diff syslog2iptables.rc @ 20:0d65c3de34fd

add better logging
author carl
date Sun, 08 Jan 2006 12:36:57 -0800
parents 5dfe0138b4f9
children 28fec0c67646
line wrap: on
line diff
--- a/syslog2iptables.rc	Sat Dec 24 06:27:00 2005 -0800
+++ b/syslog2iptables.rc	Sun Jan 08 12:36:57 2006 -0800
@@ -22,7 +22,7 @@
         echo -n "Starting syslog2iptables: "
         if [ ! -f /var/lock/subsys/syslog2iptables ]; then
             cd SYSCONFDIR   # conf file is here
-            SBINDIR/syslog2iptables -d 2
+            SBINDIR/syslog2iptables -d 3
             RETVAL=$?
             pid=`pidof -s SBINDIR/syslog2iptables`
             if [ $pid ]