--- alx-src/branches/alxconf-060/functions/config_network.sh 2011/05/09 14:51:55 2001 +++ alx-src/branches/alxconf-060/functions/config_network.sh 2011/05/09 16:02:37 2015 @@ -102,10 +102,10 @@ case ${ALX_NETWORKING} in dhcp|DHCP) - echo 'DHCP_PROG="/sbin/dhcpcd"' >> /etc/conf.d/net.${iface} + echo 'DHCP_PROG="/sbin/udhcpc"' >> /etc/conf.d/net.${iface} # -k kills the dhcp-cache at system shutdown # -z will not - echo 'DHCP_STOP="-z"' >> /etc/conf.d/net.${iface} + echo 'DHCP_STOP=""' >> /etc/conf.d/net.${iface} #timeout after 10 seconds echo 'DHCP_START="-t 10"' >> /etc/conf.d/net.${iface} ;;