summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-01-16 09:33:09 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2012-01-16 09:33:09 -0800
commitfdc8849e5686a13c6cb5401af5805ae649035eb0 (patch)
tree850f2e4fe9c55017699dc5cd5f325d091db791c7 /net
parent30a56cdb4680f90e6c371c75c27c6ecec2d7aeec (diff)
downloadopenrc-fdc8849e5686a13c6cb5401af5805ae649035eb0.tar.gz
openrc-fdc8849e5686a13c6cb5401af5805ae649035eb0.tar.bz2
openrc-fdc8849e5686a13c6cb5401af5805ae649035eb0.tar.xz
net/ethtool: Fix program call.
I missed removing a call to the old ethtool function wrapper that was made unneeded by commit d02d3af02. X-Gentoo-Bug: 399037 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=399037 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net')
-rw-r--r--net/ethtool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool.sh b/net/ethtool.sh
index 4e10409..6023d74 100644
--- a/net/ethtool.sh
+++ b/net/ethtool.sh
@@ -39,7 +39,7 @@ ethtool_pre_start() {
args_pretty="--${opt} $IFACE ${args_pretty}"
args="--${opt} $IFACE ${args}"
ebegin "ethtool ${args_pretty}"
- $(_ethtool) ${args}
+ ethtool ${args}
rc=$?
eend $rc "ethtool exit code $rc"
# TODO: ethtool has MANY different exit codes, with no