rpms/iptables/devel iptables.init, 1.13, 1.14 iptables.spec, 1.50, 1.51

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Mon Sep 17 15:46:37 UTC 2007


Author: twoerner

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

Modified Files:
	iptables.init iptables.spec 
Log Message:
- do not use lock file for condrestart test



Index: iptables.init
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.init,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- iptables.init	23 Aug 2007 14:54:50 -0000	1.13
+++ iptables.init	17 Sep 2007 15:46:05 -0000	1.14
@@ -316,7 +316,7 @@
 	RETVAL=$?
 	;;
     condrestart|try-restart)
-	[ ! -e "$VAR_SUBSYS_IPTABLES" ] && exit 7
+	[ $running -eq 0 ] || exit 0
 	restart
 	RETVAL=$?
 	;;


Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- iptables.spec	23 Aug 2007 15:33:24 -0000	1.50
+++ iptables.spec	17 Sep 2007 15:46:05 -0000	1.51
@@ -3,7 +3,7 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
 Version: 1.3.8
-Release: 2%{?dist}
+Release: 2.1%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -147,6 +147,9 @@
 %endif
 
 %changelog
+* Mon Sep 17 2007 Thomas Woerner <twoerner at redhat.com> 1.3.8-2.1
+- do not use lock file for condrestart test
+
 * Thu Aug 23 2007 Thomas Woerner <twoerner at redhat.com> 1.3.8-2
 - fixed initscript for LSB conformance (rhbz#246953, rhbz#242459)
 - provide iptc interface again, but unsupported (rhbz#216733)




More information about the fedora-extras-commits mailing list