freebsd-ports/security/portsentry/files/patch-ab
Michael Haro 50bea79525 Upgrade to 0.90
Noticed by: Jim Dutton <jimd@dutton3.it.siu.edu>
1999-05-17 05:21:25 +00:00

17 lines
675 B
Text

--- 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/psionic/portsentry/portsentry.ignore"
+IGNORE_FILE="__PREFIX__/etc/portsentry.ignore"
# Hosts that have been denied (running 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/psionic/portsentry/portsentry.blocked"
+BLOCKED_FILE="__PREFIX__/etc/portsentry.blocked"
###################
# Response Options#