diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 16:53:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-19 16:53:20 +0000 |
commit | 4cb8e7095220657c526b7d2e20a87648b53be102 (patch) | |
tree | 18fd711fb95d9686f7038e486bf140e904726fcd /security/portsentry/files/patch-ac | |
parent | upgrade to alpha-9 (diff) |
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
Diffstat (limited to 'security/portsentry/files/patch-ac')
-rw-r--r-- | security/portsentry/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/portsentry/files/patch-ac b/security/portsentry/files/patch-ac new file mode 100644 index 000000000000..58d6dcaa4aa5 --- /dev/null +++ b/security/portsentry/files/patch-ac @@ -0,0 +1,11 @@ +--- sentry_config.h.orig Sat Dec 19 11:05:40 1998 ++++ sentry_config.h Sat Dec 19 11:05:52 1998 +@@ -32,7 +32,7 @@ + + /* These are probably ok. Be sure you change the Makefile if you */ + /* change the path */ +-#define CONFIG_FILE "/usr/local/abacus/sentry.conf" ++#define CONFIG_FILE "/usr/local/etc/sentry.conf" + + /* The location of Wietse Venema's TCP Wrapper hosts.deny file */ + #define WRAPPER_HOSTS_DENY "/etc/hosts.deny" |