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