diff options
Diffstat (limited to 'security/portsentry/files/patch-ac')
-rw-r--r-- | security/portsentry/files/patch-ac | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/security/portsentry/files/patch-ac b/security/portsentry/files/patch-ac index 954c7f3..c0d1f04 100644 --- a/security/portsentry/files/patch-ac +++ b/security/portsentry/files/patch-ac @@ -1,16 +1,18 @@ ---- sentry_config.h.orig Thu May 28 22:24:11 1998 -+++ sentry_config.h Thu Jan 21 06:05:33 1999 -@@ -32,7 +32,12 @@ +--- portsentry_config.h.orig Sun May 16 21:52:00 1999 ++++ portsentry_config.h Sun May 16 21:52:54 1999 +@@ -29,9 +29,14 @@ + /************************************************************************/ + - /* These are probably ok. Be sure you change the Makefile if you */ - /* change the path */ --#define CONFIG_FILE "/usr/local/abacus/sentry.conf" +/* Installation prefix */ +#ifndef PREFIX +#define PREFIX "/usr/local" +#endif + -+#define CONFIG_FILE PREFIX"/etc/sentry.conf" + /* These are probably ok. Be sure you change the Makefile if you */ + /* change the path */ +-#define CONFIG_FILE "/usr/local/psionic/portsentry/portsentry.conf" ++#define CONFIG_FILE PREFIX"/etc/portsentry.conf" /* The location of Wietse Venema's TCP Wrapper hosts.deny file */ #define WRAPPER_HOSTS_DENY "/etc/hosts.deny" |