From 4cb8e7095220657c526b7d2e20a87648b53be102 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 19 Dec 1998 16:53:20 +0000 Subject: Import of abacus sentry v 0.61 Sentry is part of the Abacus Project suite of security tools. It is a program designed to detect and respond to port scans against a target host in real-time. There are other port scan detectors that peform similar detection of scans,but the Sentry has some unique features that may make it worth looking into. PR: ports/5475 Submitted by: chris@still.whet.org --- security/portsentry/files/patch-ab | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 security/portsentry/files/patch-ab (limited to 'security/portsentry/files/patch-ab') diff --git a/security/portsentry/files/patch-ab b/security/portsentry/files/patch-ab new file mode 100644 index 000000000000..08d52d3388a4 --- /dev/null +++ b/security/portsentry/files/patch-ab @@ -0,0 +1,17 @@ +--- sentry.conf.orig Sat Dec 19 11:06:01 1998 ++++ sentry.conf Sat Dec 19 11:06:22 1998 +@@ -80,11 +80,11 @@ + ###################### + # + # Hosts to ignore +-IGNORE_FILE="/usr/local/abacus/sentry.ignore" ++IGNORE_FILE="/usr/local/etc/sentry.ignore" + # Hosts that have been denied (running history) +-HISTORY_FILE="/usr/local/abacus/sentry.history" ++HISTORY_FILE="/usr/local/etc/sentry.history" + # Hosts that have been denied this session only (temporary until next restart) +-BLOCKED_FILE="/usr/local/abacus/sentry.blocked" ++BLOCKED_FILE="/usr/local/etc/sentry.blocked" + + ################### + # Response Options# -- cgit v1.2.3