]> git.pld-linux.org Git - packages/clusternfs.git/blobdiff - clusternfs.init
- allow some actions when network is down
[packages/clusternfs.git] / clusternfs.init
index 5dcfbe8507319124128a7b1674787d714692122e..ef2b8edfc2d20e4ee3672c2067c62125fe43d92f 100644 (file)
@@ -15,7 +15,7 @@
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network ]; then
+       if [ ! -f /var/lock/subsys/network -a != stop -a != status ]; then
                msg_network_down ClusterNFS
                exit 1
        fi
This page took 0.128817 seconds and 4 git commands to generate.