]> git.pld-linux.org Git - packages/quota.git/commitdiff
- formatting
authorankry <ankry@pld-linux.org>
Tue, 27 May 2003 21:55:02 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rquotad.init -> 1.7

rquotad.init

index edb73383f8ac2a1674b93362ce2ae0fe433dc6d0..94d22db05867f3e0b83ee57d7c3ff05ae15482b7 100644 (file)
@@ -70,11 +70,11 @@ case "$1" in
        exit $?
        ;;
   probe)
-       if [ ! -f /var/lock/subsys/quotad ] ; then
+       if [ ! -f /var/lock/subsys/quotad ]; then
                echo start; exit 0
        fi
        /sbin/pidof rpc.rquotad >/dev/null 2>&1;
-       if [ $? = 1 ] ; then
+       if [ $? = 1 ]; then
                echo restart; exit 0
        fi
        ;;
This page took 0.282724 seconds and 4 git commands to generate.