summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-25 17:15:42 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-25 17:15:42 -0800
commit07e6cbf4cf7b57b3d460b2e73c9c35a1cb0f0f4f (patch)
tree12a1f4b532d782cfd38130dacf2544d2da566a81
parentd42a74a362166b3a35ae566921039d50e14e8203 (diff)
downloadvyatta-op-07e6cbf4cf7b57b3d460b2e73c9c35a1cb0f0f4f.tar.gz
vyatta-op-07e6cbf4cf7b57b3d460b2e73c9c35a1cb0f0f4f.zip
Revert "no longer need sudo for ethtool"
This reverts commit b2909211c50e8040f1538aa9062560f6640f88c1.
-rwxr-xr-xscripts/vyatta-show-interfaces2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-interfaces b/scripts/vyatta-show-interfaces
index 112f35b..75d0815 100755
--- a/scripts/vyatta-show-interfaces
+++ b/scripts/vyatta-show-interfaces
@@ -110,7 +110,7 @@ _show_itf_physical ()
{
if type -t ethtool &>/dev/null ; then
for eth ; do
- ethtool $eth
+ sudo ethtool $eth
echo
done
fi