mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 11:21:06 +02:00
hide enable/disable functions, not active yet
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4921 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e69054f277
commit
d34d371ffc
@ -48,8 +48,6 @@ Available commands:
|
|||||||
stop Stop the service
|
stop Stop the service
|
||||||
restart Restart the service
|
restart Restart the service
|
||||||
reload Reload configuration files (or restart if that fails)
|
reload Reload configuration files (or restart if that fails)
|
||||||
enable Enable the service (load at boot time)
|
|
||||||
disable Disable the service
|
|
||||||
$EXTRA_HELP
|
$EXTRA_HELP
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
@ -68,8 +66,6 @@ eval "case \"\$action\" in
|
|||||||
stop) stop;;
|
stop) stop;;
|
||||||
reload) reload || restart;;
|
reload) reload || restart;;
|
||||||
restart) restart;;
|
restart) restart;;
|
||||||
enable) enable;;
|
|
||||||
disable) disable;;
|
|
||||||
boot) boot;;
|
boot) boot;;
|
||||||
shutdown) shutdown;;
|
shutdown) shutdown;;
|
||||||
$cmds
|
$cmds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user