]> git.pld-linux.org Git - packages/ipset.git/blobdiff - ipset.init
- updated to 6.30
[packages/ipset.git] / ipset.init
old mode 100644 (file)
new mode 100755 (executable)
index ff15d3e..b4ba635
@@ -5,12 +5,11 @@
 #
 # config: /etc/sysconfig/ipset
 #
-# $Id$
 
 IPSET_CONFIG=/etc/sysconfig/ipset
 if [ ! -f $IPSET_CONFIG ]; then
        case "$1" in
-       start|restart|force-reload)
+       start|restart|try-restart|reload|force-reload)
                exit 0
        ;;
        esac
@@ -60,7 +59,7 @@ save() {
 }
 
 status() {
-       /usr/sbin/ipset -L --sorted --numeric
+       /usr/sbin/ipset list
        RETVAL=$?
 }
 
This page took 0.396794 seconds and 4 git commands to generate.