From b2909211c50e8040f1538aa9062560f6640f88c1 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 25 Feb 2008 09:13:23 -0800 Subject: no longer need sudo for ethtool Kernel allows the use of ethtool without requiring root access. --- scripts/vyatta-show-interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-show-interfaces b/scripts/vyatta-show-interfaces index 75d0815..112f35b 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 - sudo ethtool $eth + ethtool $eth echo done fi -- cgit v1.2.3