--- /etc/init.d/net.eth0.orig 2003-11-16 13:12:07.363602920 +0100 +++ /etc/init.d/net.eth0.orig 2003-11-16 12:52:37.347472408 +0100 @@ -63,7 +63,7 @@ if [ "${status_IFACE}" != "up" ] then # Check that the interface has a carrier - if [ "${carrier_IFACE}" = "running" ] + if [ "${carrier_IFACE}" == "running" ] then /sbin/dhcpcd ${dhcpcd_IFACE} ${IFACE} >/dev/null || { retval=$?