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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- openrc-0.9.8.1/net/ethtool.sh
0
++ openrc-0.9.8.1/net/ethtool.sh
Lines 39-45 Link Here
39
			args_pretty="--${opt} $IFACE ${args_pretty}"
39
			args_pretty="--${opt} $IFACE ${args_pretty}"
40
			args="--${opt} $IFACE ${args}"
40
			args="--${opt} $IFACE ${args}"
41
			ebegin "ethtool ${args_pretty}"
41
			ebegin "ethtool ${args_pretty}"
42
			$(_ethtool) ${args}
42
			ethtool ${args}
43
			rc=$?
43
			rc=$?
44
			eend $rc "ethtool exit code $rc"
44
			eend $rc "ethtool exit code $rc"
45
			# TODO: ethtool has MANY different exit codes, with no
45
			# TODO: ethtool has MANY different exit codes, with no

Return to bug 399037