summaryrefslogtreecommitdiff
path: root/scripts/vyatta-show-interfaces
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-08 13:11:14 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-11-08 13:11:14 -0800
commiteed00988fc2ad51faf4f3475193cff45f552fe59 (patch)
tree414e560bdbb809edd1036844de31f84da16b9159 /scripts/vyatta-show-interfaces
parent5d65c72b5de2cb1b7bb698cca6be833b7c194796 (diff)
downloadvyatta-op-eed00988fc2ad51faf4f3475193cff45f552fe59.tar.gz
vyatta-op-eed00988fc2ad51faf4f3475193cff45f552fe59.zip
Fix path to ethtool
In Squeeze, ethtool moved from /usr/sbin to /sbin
Diffstat (limited to 'scripts/vyatta-show-interfaces')
-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 b49dbf7..1b0a156 100755
--- a/scripts/vyatta-show-interfaces
+++ b/scripts/vyatta-show-interfaces
@@ -106,7 +106,7 @@ _show_itf_stats ()
_show_itf_physical ()
{
for eth ; do
- sudo /usr/sbin/ethtool $eth
+ /sbin/ethtool $eth
echo
done
}