From da2dfb1a62b2ab523807dac96813a899e6add7db Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Thu, 25 Nov 2010 23:58:08 +0100 Subject: system/cdemu-daemon: Updated for version 1.3.0 and new maintainer Signed-off-by: Heinz Wiesinger --- system/cdemu-daemon/rc.cdemud | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'system/cdemu-daemon/rc.cdemud') 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 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 -- cgit v1.2.3