diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-04 08:17:37 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-04 08:17:37 -0800 |
commit | 27842bd9ce2d4a68ee927e4782804a7be81071d7 (patch) | |
tree | 42855718b4371dff48dd5ed3505a944808bb9f0f /scripts | |
parent | 90694ce11a1a61de4381c44310f2b0b4f712a55e (diff) | |
parent | ddfa636a5e1e37b541366db500680612184d846e (diff) | |
download | vyatta-op-27842bd9ce2d4a68ee927e4782804a7be81071d7.tar.gz vyatta-op-27842bd9ce2d4a68ee927e4782804a7be81071d7.zip |
Merge branch 'glendale' of git:/git/vyatta-op into glendale
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/vyatta-identify-interface.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-identify-interface.pl b/scripts/vyatta-identify-interface.pl index 8837652..1903d06 100644 --- a/scripts/vyatta-identify-interface.pl +++ b/scripts/vyatta-identify-interface.pl @@ -44,7 +44,7 @@ if ($cpid == 0) { # child print "Interface $intf should be blinking now.\n"; print "Press Enter to stop...\n"; - exec("ethtool -p $intf"); + exec("/usr/sbin/ethtool -p $intf"); # not reachable exit 0; } else { |