$NetBSD: patch-ab,v 1.2 2003/05/01 21:32:46 jmmv Exp $

--- portsentry.conf	1999/11/09 02:45:42	1.13
+++ portsentry.conf	2000/02/07 15:11:33
@@ -80,11 +80,11 @@
 ######################
 #
 # Hosts to ignore
-IGNORE_FILE="/usr/local/psionic/portsentry/portsentry.ignore"
+IGNORE_FILE="@PKG_SYSCONFDIR@/portsentry.ignore"
 # Hosts that have been denied (running history)
-HISTORY_FILE="/usr/local/psionic/portsentry/portsentry.history"
+HISTORY_FILE="@PKG_SYSCONFDIR@/portsentry.history"
 # Hosts that have been denied this session only (temporary until next restart)
-BLOCKED_FILE="/usr/local/psionic/portsentry/portsentry.blocked"
+BLOCKED_FILE="@PKG_SYSCONFDIR@/portsentry.blocked"
 
 ##############################
 # Misc. Configuration Options#
@@ -167,10 +167,10 @@
 #KILL_ROUTE="/sbin/route add -host $TARGET$ reject"
 
 # Generic BSD (BSDI, OpenBSD, NetBSD, FreeBSD)
-#KILL_ROUTE="/sbin/route add $TARGET$ 333.444.555.666"
+@netbsd@KILL_ROUTE="/sbin/route add $TARGET$ 333.444.555.666"
 
 # Generic Sun 
-#KILL_ROUTE="/usr/sbin/route add $TARGET$ 333.444.555.666 1"
+@solaris@KILL_ROUTE="/usr/sbin/route add $TARGET$ 333.444.555.666 1"
 
 # NEXTSTEP
 #KILL_ROUTE="/usr/etc/route add $TARGET$ 127.0.0.1 1"
