diff syslog2iptables.spec.in @ 33:ee9553116dbf

gpl3
author carl
date Sun, 09 Sep 2007 11:28:31 -0700
parents 601bc0e075e1
children d9ae11033b4b
line wrap: on
line diff
--- a/syslog2iptables.spec.in	Sun Sep 09 11:09:05 2007 -0700
+++ b/syslog2iptables.spec.in	Sun Sep 09 11:28:31 2007 -0700
@@ -25,9 +25,6 @@
 
 @PACKAGE@ is a simple adaptive firewall.  It maintains the INPUT chain of the iptables firewall set based on syslog entries.
 
-This package cannot co-exist with any other daemon that tries to maintain the INPUT chain, since it periodically flushes and recreates the INPUT chain.
-
-
 %prep
 
 
@@ -57,7 +54,7 @@
     sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install
 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@
-mv -f $RPM_BUILD_ROOT%{_sysconfdir}/syslog2iptables  $RPM_BUILD_ROOT/etc/rc.d/init.d
+mv -f $RPM_BUILD_ROOT%{_sysconfdir}/@PACKAGE@        $RPM_BUILD_ROOT/etc/rc.d/init.d
 mv AUTHORS COPYING ChangeLog NEWS README             $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@