]> git.pld-linux.org Git - packages/cpqarrayd.git/commitdiff
- unified spacing auto/th/cpqarrayd-2_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 11:37:05 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpqarrayd.init -> 1.9

cpqarrayd.init

index 80944f24a7f9f32da8053b2a8e131db49daba81e..2b27a215a2bf117ea33d002bc28e72149875679b 100644 (file)
@@ -56,27 +56,27 @@ condrestart() {
 RETVAL=0
 # See how we were called.
 case "$1" in
-start)
+  start)
        start
        ;;
-stop)
+  stop)
        stop
        ;;
-restart)
+  restart)
        stop
        start
        ;;
-try-restart)
+  try-restart)
        condrestart 0
        ;;
-force-reload)
+  force-reload)
        condrestart 7
        ;;
-status)
+  status)
        status cpqarrayd
        RETVAL=$?
        ;;
-*)
+  *)
        msg_usage "$0 {start|stop|restart|try-restart|force-reload|status}"
        exit 3
 esac
This page took 0.265154 seconds and 4 git commands to generate.