]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- fixed previous change auto/ac/quota-3_09-2 auto/ac/quota-3_10-2 auto/ac/quota-3_10-3 auto/ac/quota-3_12-2 auto/ac/quota-3_13-1 auto/ac/quota-3_14-1 auto/th/quota-3_14-1 quota-3_12-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:
    nfs.init -> 1.19
    nfsfs.init -> 1.15
    nfslock.init -> 1.10
    rquotad.init -> 1.9

nfs.init
nfsfs.init
nfslock.init
rquotad.init

index 5aabdab2d76b4e0764abef087cbddaf6a096b9c4..fe497007cbf6f9cf001fb2e726ea21a7fa7bff20 100644 (file)
--- a/nfs.init
+++ b/nfs.init
@@ -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 NFSD
                exit 1
        fi
index 8f7c2c50ab381eb6b6538993e09b0c4d05c41428..30c3ed51902253b84b5494497473160eb0ff14e2 100644 (file)
@@ -25,7 +25,7 @@ fi
 
 # 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 nfsfs
                exit 1
        fi
index 7702464dbca38db7aab4d484eca2afe37932cb57..d43d7b0825a832c129424439c8a4431dcd6b3eb0 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 lockd"
                exit 1
        fi
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.090814 seconds and 4 git commands to generate.