]> git.pld-linux.org Git - packages/exiscan.git/commitdiff
- allow some actions when network is down
authorankry <ankry@pld-linux.org>
Thu, 3 Jul 2003 21:01:49 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exiscan.init -> 1.6

exiscan.init

index de30d88a745121860befba89c480d4b0aa9b8ed5..0f4d3543543e9ec0101415446a37a9343526ed3a 100644 (file)
@@ -17,7 +17,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
                # nls "ERROR: Networking is down. %s can't be run." exiscan
                msg_network_down exiscan
                exit 1
This page took 0.082226 seconds and 4 git commands to generate.