diff --git a/iptables.init b/iptables.init index b4b8364..55eadc3 100755 --- a/iptables.init +++ b/iptables.init @@ -10,8 +10,6 @@ # ### BEGIN INIT INFO # Provides: iptables -# Required-Start: $local_fs -# Required-Stop: $local_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start and stop iptables firewall @@ -335,7 +333,7 @@ case "$1" in ;; *) echo $"Usage: $0 {start|stop|restart|condrestart|status|panic|save}" - RETVAL=3 + RETVAL=2 ;; esac diff --git a/iptables.spec b/iptables.spec index bf9d42c..c443614 100644 --- a/iptables.spec +++ b/iptables.spec @@ -3,7 +3,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities Version: 1.3.8 -Release: 2.1%{?dist} +Release: 3%{?dist} Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -147,6 +147,10 @@ fi %endif %changelog +* Wed Sep 19 2007 Thomas Woerner 1.3.8-3 +- do not depend on local_fs in lsb header - this delayes start after network +- fixed exit code for initscript usage + * Mon Sep 17 2007 Thomas Woerner 1.3.8-2.1 - do not use lock file for condrestart test