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-ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/portsentry/files/patch-ac (limited to 'security/portsentry/files/patch-ac') 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" -- cgit v1.2.3