]> git.pld-linux.org Git - packages/clusternfs.git/commitdiff
- cleaning
authorankry <ankry@pld-linux.org>
Sun, 4 May 2003 20:17:14 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clusternfs.init -> 1.4

clusternfs.init

index c7d37ecd50f2b0ee10ed9c9e51ba85f61638fbe0..81900178f9e733d6b3349ac3f79f8a42a7a58f5c 100644 (file)
 . /etc/sysconfig/network
 
 # Check that networking is up.
-if is_no "${NETWORKING}"; then
-       msg_network_down ClusterNFS
-       exit 1
+if is_yes "${NETWORKING}"; then
+       if [ ! -f /var/lock/subsys/network ]; then
+               msg_network_down ClusterNFS
+               exit 1
+       fi
+else
+       exit 0
 fi
 
 OPTIONS_NFSD="-T"
This page took 0.05797 seconds and 4 git commands to generate.