--- alx-src/branches/alxconf-060/init.d/alxsettings 2011/05/09 15:41:55 2009 +++ alx-src/branches/alxconf-060/init.d/alxsettings 2011/05/09 15:44:33 2010 @@ -705,13 +705,11 @@ # keeping like always safe: # no network should be startet here, # so we can delete all pid files if one exists - if ps -A|grep dhcpcd > /dev/null + if ps -A|grep udhcpc > /dev/null then echo -e ${COLMAGENTA}"Forcing network down"${COLDEFAULT} - dhcpcd -k + killall udhcpc sleep 1 - else - rm -f /var/run/dhcpcd-eth?.pid fi [[ ${ALX_CONFD_NETWORKING} = true ]] && [[ ${RUNLEVEL} != S ]] && \ ${rc_base}/init.d/network stop