aboutsummaryrefslogtreecommitdiffstats
path: root/security/portsentry/files/patch-ab
blob: 93df81b1777def0512022635bc75ad3241ceb9d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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#