# HG changeset patch # User carl # Date 1189362511 25200 # Node ID ee9553116dbfb1f32ac7e7bcd5f365360f4058c8 # Parent 3eb867c9beb2e409dc51e398e1a36af3e8439bd2 gpl3 diff -r 3eb867c9beb2 -r ee9553116dbf syslog2iptables.spec.in --- 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@