]> git.pld-linux.org Git - packages/dhcp.git/blobdiff - dhcp.init
- skip if appropriate network family is disabled
[packages/dhcp.git] / dhcp.init
index 064c82a1af08c3e11a4d7e601e03bb3684c76edc..cf5b726f88b7078b5cf7f5df657f729a4230c031 100644 (file)
--- a/dhcp.init
+++ b/dhcp.init
@@ -14,7 +14,7 @@
 [ -f /etc/sysconfig/dhcpd ] && . /etc/sysconfig/dhcpd
 
 # Check that networking is up.
-if is_yes "${NETWORKING}"; then
+if is_yes "${IPV4_NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
                msg_network_down "DHCP Server"
                exit 1
This page took 0.117079 seconds and 4 git commands to generate.