]> git.pld-linux.org Git - packages/coda.git/blobdiff - coda.codasrv.init
- killed trailing spaces/tabs
[packages/coda.git] / coda.codasrv.init
index 3eca4841acd1213fa24c8bb6f346dfaec146087a..970e0894b712871411c8a2502c892adac98abdf5 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# codasrv              
+# codasrv
 #
 # chkconfig:   345 96 01
 #
@@ -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 "$1" != stop -a "$1" != status ]; then
                msg_network_down codasrv
                exit 1
        fi
This page took 0.206907 seconds and 4 git commands to generate.