Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33272 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/init.d/net.eth0.orig (-1 / +1 lines)
Lines 63-69 Link Here
63
		if [ "${status_IFACE}" != "up" ]
63
		if [ "${status_IFACE}" != "up" ]
64
		then
64
		then
65
			# Check that the interface has a carrier
65
			# Check that the interface has a carrier
66
			if [ "${carrier_IFACE}" = "running" ]
66
			if [ "${carrier_IFACE}" == "running" ]
67
			then
67
			then
68
				/sbin/dhcpcd ${dhcpcd_IFACE} ${IFACE} >/dev/null || {
68
				/sbin/dhcpcd ${dhcpcd_IFACE} ${IFACE} >/dev/null || {
69
					retval=$?
69
					retval=$?

Return to bug 33272