--- network_2007.11-2 +++ network 2008-02-09 14:41:13.640827008 +0100 @@ -60,11 +60,9 @@ if [ -f /var/run/dhcpcd-${1}.pid ]; then kill $(cat /var/run/dhcpcd-${1}.pid) fi - # Bring the interface itself down (in case it didn't happen above) - /sbin/ifconfig ${1} down >/dev/null 2>&1 - else - /sbin/ifconfig $ifcfg down >/dev/null 2>&1 fi + # Bring the interface itself down (in case it didn't happen above) + /sbin/ifconfig ${1} down >/dev/null 2>&1 return $? }