hide enable/disable functions, not active yet
SVN-Revision: 4921
This commit is contained in:
parent
2289001c00
commit
77003aeed9
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue