]> git.pld-linux.org Git - packages/cpqarrayd.git/commitdiff
- simplicity and verboseness wins: let try-restart inform if service is not running
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Nov 2007 20:29:26 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpqarrayd.init -> 1.8

cpqarrayd.init

index 58324e8b74f57f5649f88c25d059766a0ac1a690..80944f24a7f9f32da8053b2a8e131db49daba81e 100644 (file)
@@ -48,9 +48,7 @@ condrestart() {
                stop
                start
        else
-               if [ $1 -ne 0 ]; then
-                       msg_not_running cpqarrayd
-               fi
+               msg_not_running cpqarrayd
                RETVAL=$1
        fi
 }
This page took 0.064822 seconds and 4 git commands to generate.