aboutsummaryrefslogtreecommitdiff
path: root/rc.d
diff options
context:
space:
mode:
authorSébastien Luttringer <seblu@seblu.net>2012-06-11 23:06:39 +0200
committerTom Gundersen <teg@jklm.no>2012-06-23 13:59:25 +0200
commitdad9b760821b8699da8efffb230c3bf564392a38 (patch)
tree90559a0011860e4b17e93e3f30e61ab65cf70368 /rc.d
parent9b3b01214d575f2cb9dc2009ddd203cb8ae54f35 (diff)
downloadinitscripts-dad9b760821b8699da8efffb230c3bf564392a38.tar.xz
rc.d: remove bad examples
rc.d must have explicit daemon name with command other than list Signed-off-by: Sébastien Luttringer <seblu@seblu.net>
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/rc.d b/rc.d
index 0cfbdaf..77852d7 100755
--- a/rc.d
+++ b/rc.d
@@ -23,7 +23,6 @@ e.g: $name list
$name list sshd gpm
$name list --started gpm
$name start sshd gpm
- $name stop --noauto
$name help
EOF
exit ${1:-1}