summaryrefslogtreecommitdiffstats
path: root/system/cdemu-daemon/rc.cdemud
diff options
context:
space:
mode:
Diffstat (limited to 'system/cdemu-daemon/rc.cdemud')
-rw-r--r--system/cdemu-daemon/rc.cdemud6
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