rpms/iptables/F-8 iptables.init,1.19,1.20 iptables.spec,1.57,1.58

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Mon Feb 11 14:07:56 UTC 2008


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14198

Modified Files:
	iptables.init iptables.spec 
Log Message:
- fixed condrestart (rhbz#428148)




Index: iptables.init
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/F-8/iptables.init,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- iptables.init	5 Nov 2007 17:04:42 -0000	1.19
+++ iptables.init	11 Feb 2008 14:07:14 -0000	1.20
@@ -328,7 +328,7 @@
 	RETVAL=$?
 	;;
     condrestart|try-restart)
-	[ -f "$VAR_SUBSYS_IPTABLES" ] && exit 0
+	[ ! -e "$VAR_SUBSYS_IPTABLES" ] && exit 0
 	restart
 	RETVAL=$?
 	;;


Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/F-8/iptables.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- iptables.spec	5 Nov 2007 17:04:42 -0000	1.57
+++ iptables.spec	11 Feb 2008 14:07:15 -0000	1.58
@@ -3,7 +3,7 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
 Version: 1.3.8
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -155,6 +155,9 @@
 %endif
 
 %changelog
+* Mon Feb 11 2008 Thomas Woerner <twoerner at redhat.com> 1.3.8-7
+- fixed condrestart (rhbz#428148)
+
 * Mon Nov  5 2007 Thomas Woerner <twoerner at redhat.com> 1.3.8-6
 - fixed leaked file descriptor before fork/exec (rhbz#312191)
 - blacklisting is not working, use "install X /bin/(true|false)" test instead




More information about the fedora-extras-commits mailing list