hide enable/disable functions, not active yet
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Oct 2006 22:46:17 +0000 (22:46 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Oct 2006 22:46:17 +0000 (22:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4921 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/default/etc/rc.common

index 6676278..20d1efa 100755 (executable)
@@ -48,8 +48,6 @@ Available commands:
        stop    Stop the service
        restart Restart the service
        reload  Reload configuration files (or restart if that fails)
        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.029434 seconds and 4 git commands to generate.