]> git.pld-linux.org Git - packages/iptables.git/commitdiff
- add clear alias to stop
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Jan 2011 22:24:51 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iptables.init -> 1.12

iptables.init

index 40378a07dceb18ee37796763e175faaa1d3fab9a..62f3b48a81ecac6be137324f0ec1f2395e54b6d2 100644 (file)
@@ -111,7 +111,7 @@ case "$1" in
        start
        ;;
 
-  stop)
+  stop|clear)
        stop
        ;;
 
@@ -169,7 +169,7 @@ case "$1" in
        ;;
 
   *)
-       msg_usage "$0 {start|stop|restart|force-reload|panic|load|save|status}"
+       msg_usage "$0 {start|stop|restart|force-reload|panic|load|save|clear|status}"
        exit 3
 esac
 
This page took 0.086258 seconds and 4 git commands to generate.