]> git.pld-linux.org Git - packages/coda.git/commitdiff
- fixed previous change
authorankry <ankry@pld-linux.org>
Mon, 7 Jul 2003 00:22:46 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coda.auth2.init -> 1.6
    coda.codasrv.init -> 1.7
    coda.update.init -> 1.8
    coda.venus.init -> 1.8

coda.auth2.init
coda.codasrv.init
coda.update.init
coda.venus.init

index d802964f972055305ea74663ed6e2d01af7a86a1..a93584f81dd00e88c92a411a9533513eb97ca624 100644 (file)
@@ -15,7 +15,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 auth2
                exit 1
        fi
index 2c5be0e9310113e8f69fe054d06b977864a251e8..42e74f70daa32c0b6fc11e736aa75c1e2737babe 100644 (file)
@@ -15,7 +15,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 codasrv
                exit 1
        fi
index d9069be77d4009c0ca629f6fdafb1ef85a225c1b..23b35c3879b3f51356760cacd5e556e8eec24b7b 100644 (file)
@@ -15,7 +15,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 update
                exit 1
        fi
index b41edc3a7e6c622dd30d33402904a51eb4d8e0c9..f7957c567006320a2f57987e39f05d49a2d60f22 100644 (file)
@@ -15,7 +15,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 Venus
                exit 1
        fi
This page took 0.101885 seconds and 4 git commands to generate.