18 Jun
2011
18 Jun
'11
1:31 a.m.
Signed-off-by: Sebastien Luttringer <seblu@seblu.net> --- rc.d | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/rc.d b/rc.d index 23f89d4..f5dd652 100755 --- a/rc.d +++ b/rc.d @@ -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 -- Sebastien "Seblu" Luttringer