syslog2iptables

changeset 17:fd00aa28682c

install should not start the daemon
author carl
date Sun Dec 18 16:56:15 2005 -0800 (2005-12-18)
parents ae2767aabdbc
children b34e716781ed
files Makefile.am
line diff
     1.1 --- a/Makefile.am	Sun Dec 18 15:32:30 2005 -0800
     1.2 +++ b/Makefile.am	Sun Dec 18 16:56:15 2005 -0800
     1.3 @@ -16,6 +16,4 @@
     1.4  	   mv -f $(sysconfdir)/syslog2iptables /etc/rc.d/init.d
     1.5  	   /sbin/chkconfig --del syslog2iptables
     1.6  	   /sbin/chkconfig --add syslog2iptables
     1.7 -	   /sbin/chkconfig --level 2345 syslog2iptables on
     1.8 -	   /etc/rc.d/init.d/syslog2iptables start
     1.9