rpms/xtables-addons/F-17 ipset.init, 1.1, 1.2 xtables-addons.spec, 1.11, 1.12

Nicolas Chauvet kwizart at rpmfusion.org
Thu Jun 14 11:29:04 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/xtables-addons/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31319/F-17

Modified Files:
	ipset.init xtables-addons.spec 
Log Message:
Fix ipset path in F-16 and later



Index: ipset.init
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-17/ipset.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipset.init	28 Jun 2010 09:40:23 -0000	1.1
+++ ipset.init	14 Jun 2012 09:28:33 -0000	1.2
@@ -25,7 +25,7 @@
 IPSET_CONFIG=/etc/sysconfig/${IPSET}-config
 VAR_SUBSYS_IPSET=/var/lock/subsys/$IPSET
 
-if [ ! -x /sbin/$IPSET ]; then
+if [ ! -x /usr/sbin/$IPSET ]; then
     echo -n $"${IPSET}: /sbin/$IPSET does not exist."; warning; echo
     exit 5
 fi


Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-17/xtables-addons.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xtables-addons.spec	5 Jun 2012 22:20:19 -0000	1.11
+++ xtables-addons.spec	14 Jun 2012 09:28:33 -0000	1.12
@@ -1,7 +1,7 @@
 Name:		xtables-addons
 Summary:	Extensions targets and matches for iptables
 Version:	1.42
-Release:	2%{?dist}
+Release:	3%{?dist}
 # The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
 License:	GPLv2 and LGPLv2
 Group:		System Environment/Base
@@ -91,6 +91,9 @@
 %{_mandir}/man?/*
 
 %changelog
+* Thu Jun 14 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.42-3
+- Fix ipset path in F-16 and later
+
 * Tue Jun 05 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.42-2
 - Fix for UsrMove - rfbz#2360
 - Fix Conflict with ipset - rfbz#2201


More information about the rpmfusion-commits mailing list