From 07e6cbf4cf7b57b3d460b2e73c9c35a1cb0f0f4f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 25 Feb 2008 17:15:42 -0800 Subject: Revert "no longer need sudo for ethtool" This reverts commit b2909211c50e8040f1538aa9062560f6640f88c1. --- scripts/vyatta-show-interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3