]> git.pld-linux.org Git - packages/dhcp.git/blobdiff - dhcp-relay.init
- updated to 3.0.2rc1
[packages/dhcp.git] / dhcp-relay.init
index 214f7ad6d6a76c64986d0870760819eb1740f66e..d6e3f1e4cdfa6eaaaa407ca32d723cfe91014556 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 "$1" != stop -a "$1" != status ]; then
                msg_network_down "DHCP realay"
                exit 1
        fi
This page took 0.031252 seconds and 4 git commands to generate.