diff options
Diffstat (limited to 'package/base-files/default/etc/rc.common')
-rwxr-xr-x | package/base-files/default/etc/rc.common | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/base-files/default/etc/rc.common b/package/base-files/default/etc/rc.common index 667627862f..20d1efa402 100755 --- a/package/base-files/default/etc/rc.common +++ b/package/base-files/default/etc/rc.common @@ -48,8 +48,6 @@ Available commands: 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 } @@ -68,8 +66,6 @@ eval "case \"\$action\" in stop) stop;; reload) reload || restart;; restart) restart;; - enable) enable;; - disable) disable;; boot) boot;; shutdown) shutdown;; $cmds |