X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Fdefault%2Fetc%2Frc.common;fp=package%2Fbase-files%2Fdefault%2Fetc%2Frc.common;h=20d1efa402bcd382c6a72b0b9608cf474a94f942;hb=d34d371ffc73957741e646ba8ba01dfffff50595;hp=667627862f08870b9f792ee2522d1663ca2ffe46;hpb=e69054f27759ba3fbc10434bc1de175fb676a0e6;p=openwrt-10.03%2F.git diff --git a/package/base-files/default/etc/rc.common b/package/base-files/default/etc/rc.common index 667627862..20d1efa40 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