diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-17 05:21:25 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-17 05:21:25 +0000 |
commit | 50bea79525ad3286e6b3f96b1f765bd471f3d835 (patch) | |
tree | 2b60a3b1892a961dd924c656bdd11c994a6aa2f3 /security/portsentry/files/patch-ab | |
parent | This port needs USE_XLIB. (diff) |
Upgrade to 0.90
Noticed by: Jim Dutton <jimd@dutton3.it.siu.edu>
Diffstat (limited to 'security/portsentry/files/patch-ab')
-rw-r--r-- | security/portsentry/files/patch-ab | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/portsentry/files/patch-ab b/security/portsentry/files/patch-ab index 08d52d3388a4..93df81b1777d 100644 --- a/security/portsentry/files/patch-ab +++ b/security/portsentry/files/patch-ab @@ -1,17 +1,17 @@ ---- sentry.conf.orig Sat Dec 19 11:06:01 1998 -+++ sentry.conf Sat Dec 19 11:06:22 1998 +--- portsentry.conf.orig Sun May 16 21:50:55 1999 ++++ portsentry.conf Sun May 16 21:51:27 1999 @@ -80,11 +80,11 @@ ###################### # # Hosts to ignore --IGNORE_FILE="/usr/local/abacus/sentry.ignore" -+IGNORE_FILE="/usr/local/etc/sentry.ignore" +-IGNORE_FILE="/usr/local/psionic/portsentry/portsentry.ignore" ++IGNORE_FILE="__PREFIX__/etc/portsentry.ignore" # Hosts that have been denied (running history) --HISTORY_FILE="/usr/local/abacus/sentry.history" -+HISTORY_FILE="/usr/local/etc/sentry.history" +-HISTORY_FILE="/usr/local/psionic/portsentry/portsentry.history" ++HISTORY_FILE="__PREFIX__/etc/portsentry.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" +-BLOCKED_FILE="/usr/local/psionic/portsentry/portsentry.blocked" ++BLOCKED_FILE="__PREFIX__/etc/portsentry.blocked" ################### # Response Options# |