diff options
author | Sebastien Luttringer <seblu@seblu.net> | 2011-06-18 02:46:35 +0200 |
---|---|---|
committer | Sebastien Luttringer <seblu@seblu.net> | 2011-06-18 03:35:42 +0200 |
commit | 89a7dbb52543dd98d86440dfe8dd04e752f55337 (patch) | |
tree | 464354fa28163c7b111061057edd2c60389c2654 | |
parent | 590ee44c1495ea67d057e0d21e4ebc25c0e17782 (diff) |
rc.d: Update usage
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
-rwxr-xr-x | rc.d | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -6,9 +6,16 @@ usage() { local name=${0##*/} cat >&2 << EOF -usage: $name action daemon ... +usage: $name <action> <daemon> [daemon] ... + $name list [started|stopped] + $name help + +<daemon> is the name of a script in /etc/rc.d +<action> can be a start, stop, restart, reload, status, ... +WARNING: initscripts are free to implement or not the above actions. e.g: $name list + $name list started $name help $name start sshd gpm EOF |