diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-11-25 23:58:08 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-25 23:58:08 +0100 |
commit | da2dfb1a62b2ab523807dac96813a899e6add7db (patch) | |
tree | 3016cbfdf2400c36c494e83a58702a6a45b373ae /system/cdemu-daemon/rc.cdemud | |
parent | 8957dc6daae7423bdda8c12c053e201e7d8ba112 (diff) | |
download | slackbuilds-da2dfb1a62b2ab523807dac96813a899e6add7db.tar.gz |
system/cdemu-daemon: Updated for version 1.3.0 and new maintainer
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/cdemu-daemon/rc.cdemud')
-rw-r--r-- | system/cdemu-daemon/rc.cdemud | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/cdemu-daemon/rc.cdemud b/system/cdemu-daemon/rc.cdemud index 5be12abe3b..c793981c82 100644 --- a/system/cdemu-daemon/rc.cdemud +++ b/system/cdemu-daemon/rc.cdemud @@ -12,6 +12,7 @@ # This script is based on the ubuntu and fedora init script. # Modified by Nille Åkerström +# Modifies by Niels Horn <niels.horn@gmail.com> NAME="cdemud" DESC="cdemu-daemon" @@ -162,11 +163,8 @@ case "$1" in "restart") restart ;; - "force-reload" | "reload") - echo "Warning: Not implemented" - ;; *) - echo "Usage: $0 {start|stop|restart|force-reload|reload}" + echo "Usage: $0 {start|stop|restart}" ;; esac |