Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434110
Collapse All | Expand All

(-)/usr/portage/app-admin/cancd/files/netconsole-init.d (-1 / +1 lines)
Lines 45-51 Link Here
45
		return 1
45
		return 1
46
	fi
46
	fi
47
47
48
	LC_ALL=C /sbin/ifconfig "${DEVICE}" 1>/dev/null 2>/dev/null
48
	LC_ALL=C ifconfig "${DEVICE}" 1>/dev/null 2>/dev/null
49
	ret=$?
49
	ret=$?
50
50
51
	if [ -z "${DEVICE}" -o "${ret}" -gt 0 ]; then
51
	if [ -z "${DEVICE}" -o "${ret}" -gt 0 ]; then

Return to bug 434110