add protection for bridging interface changes
[openwrt.git] / package / base-files / default / etc / rc.common
index 4a90a25..20d1efa 100755 (executable)
@@ -41,15 +41,13 @@ depends() {
 
 help() {
        cat <<EOF
 
 help() {
        cat <<EOF
-Syntax: $0 [command]
+Syntax: $initscript [command]
 
 Available commands:
        start   Start the service
        stop    Stop the service
        restart Restart the service
        reload  Reload configuration files (or restart if that fails)
 
 Available commands:
        start   Start the service
        stop    Stop the service
        restart Restart the service
        reload  Reload configuration files (or restart if that fails)
-       enable  Enable the service (load at boot time)
-       disable Disable the service
 $EXTRA_HELP
 EOF
 }
 $EXTRA_HELP
 EOF
 }
@@ -68,8 +66,6 @@ eval "case \"\$action\" in
        stop) stop;;
        reload) reload || restart;;
        restart) restart;;
        stop) stop;;
        reload) reload || restart;;
        restart) restart;;
-       enable) enable;;
-       disable) disable;;
        boot) boot;;
        shutdown) shutdown;;
        $cmds
        boot) boot;;
        shutdown) shutdown;;
        $cmds
This page took 0.023359 seconds and 4 git commands to generate.