summaryrefslogtreecommitdiff
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-25 10:38:09 -0800
commita73c26a70b19ecf237214fe1715a61c876b5c06d (patch)
tree9f6d9b2edf0564bd1640f4ad32930cdd1be42141
parent6fcc55cef80dfaab449b2e5379cb737988f68c24 (diff)
downloadopenrc-a73c26a70b19ecf237214fe1715a61c876b5c06d.tar.gz
openrc-a73c26a70b19ecf237214fe1715a61c876b5c06d.tar.bz2
openrc-a73c26a70b19ecf237214fe1715a61c876b5c06d.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. Cherry-picked from master/fdc8849e. 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>
-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