Author: kwizart
Update of /cvs/free/rpms/xtables-addons/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31730/devel
Modified Files:
ipset.init
Log Message:
Fix message
Index: ipset.init
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/ipset.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipset.init 14 Jun 2012 09:28:33 -0000 1.2
+++ ipset.init 14 Jun 2012 09:32:14 -0000 1.3
@@ -26,7 +26,7 @@
VAR_SUBSYS_IPSET=/var/lock/subsys/$IPSET
if [ ! -x /usr/sbin/$IPSET ]; then
- echo -n $"${IPSET}: /sbin/$IPSET does not exist."; warning; echo
+ echo -n $"${IPSET}: /usr/sbin/$IPSET does not exist."; warning; echo
exit 5
fi