rpms/iptables/devel iptables.init, 1.14, 1.15 iptables.spec, 1.51, 1.52

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Wed Sep 19 16:30:48 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2065

Modified Files:
	iptables.init iptables.spec 
Log Message:
- do not depend on local_fs in lsb header - this delayes start after network
- fixed exit code for initscript usage




Index: iptables.init
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.init,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- iptables.init	17 Sep 2007 15:46:05 -0000	1.14
+++ iptables.init	19 Sep 2007 16:30:16 -0000	1.15
@@ -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 @@
 	;;
     *)
 	echo $"Usage: $0 {start|stop|restart|condrestart|status|panic|save}"
-	RETVAL=3
+	RETVAL=2
 	;;
 esac
 


Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- iptables.spec	17 Sep 2007 15:46:05 -0000	1.51
+++ iptables.spec	19 Sep 2007 16:30:16 -0000	1.52
@@ -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 @@
 %endif
 
 %changelog
+* Wed Sep 19 2007 Thomas Woerner <twoerner at redhat.com> 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 <twoerner at redhat.com> 1.3.8-2.1
 - do not use lock file for condrestart test
 




More information about the fedora-extras-commits mailing list