]> git.pld-linux.org Git - packages/cpqarrayd.git/commitdiff
- reload is not supported
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Mar 2006 14:40:09 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpqarrayd.init -> 1.4

cpqarrayd.init

index c66a4fc76e906144d26ad33fa46ff952a1b317d9..6bc67f72c1528c8e338c6dd830010725a020b459 100644 (file)
@@ -44,7 +44,7 @@ stop)
                msg_not_running cpqarrayd
        fi
        ;;
-restart|reload|force-reload)
+restart|force-reload)
        $0 stop
        $0 start
        RETVAL=$?
@@ -54,7 +54,7 @@ status)
        RETVAL=$?
        ;;
 *)
-       msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
+       msg_usage "$0 {start|stop|restart|force-reload|status}"
        exit 3
 esac
 
This page took 0.032609 seconds and 4 git commands to generate.