]> git.pld-linux.org Git - packages/quota.git/commitdiff
- fixed previous change auto/ac/nfs-utils-1_0_10-1 auto/ac/nfs-utils-1_0_10-2 auto/ac/nfs-utils-1_0_10-3 auto/ac/nfs-utils-1_0_10-4 auto/ac/nfs-utils-1_0_10-5 auto/ac/nfs-utils-1_0_6-1 auto/ac/nfs-utils-1_0_6-10 auto/ac/nfs-utils-1_0_6-3 auto/ac/nfs-utils-1_0_6-4 auto/ac/nfs-utils-1_0_6-6 auto/ac/nfs-utils-1_0_6-7 auto/ac/nfs-utils-1_0_6-8 auto/ac/nfs-utils-1_0_7-2 auto/ac/nfs-utils-1_0_7-3 auto/ac/nfs-utils-1_0_7-4 auto/ac/nfs-utils-1_0_8-1 auto/ac/nfs-utils-1_0_8-2 auto/th/nfs-utils-1_0_10-1 auto/th/nfs-utils-1_0_7-4 auto/th/nfs-utils-1_0_7-5 auto/th/nfs-utils-1_0_9-0_1 nfs-utils-1_0_4-2 nfs-utils-1_0_5-1 nfs-utils-1_0_5-2 nfs-utils-1_0_6-2 nfs-utils-1_0_6-2_1 nfs-utils-1_0_7-1
authorankry <ankry@pld-linux.org>
Mon, 7 Jul 2003 00:22:48 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rquotad.init -> 1.9

rquotad.init

index f2f53ce9858189e025035323226c8f5124f5b65d..9bcf097f7a750157ecc621f3ecc644781de50b89 100644 (file)
@@ -20,7 +20,7 @@
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then
+       if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
                msg_network_down "NFS rquotad"
                exit 1
        fi
This page took 0.038906 seconds and 4 git commands to generate.