]> git.pld-linux.org Git - packages/dhcp.git/blobdiff - dhcp6.init
- patch no-ipv6 - don't require ipv6 support in kernel
[packages/dhcp.git] / dhcp6.init
index 881cc7cc2e3967431cabcf44b9721aaac84b93d0..358f49b23821c5774166ac19685af6eb528476b8 100644 (file)
@@ -39,7 +39,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/dhcpd6 ]; then
                msg_starting "DHCP IPv6 Server"
-               daemon dhcpd -6 $DHCPD_INTERFACES
+               daemon /sbin/dhcpd -6 $DHCPD_INTERFACES
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcpd6
        else
This page took 0.043787 seconds and 4 git commands to generate.