summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-03-04 08:17:37 -0800
committerrbalocca <rbalocca@vyatta.com>2008-03-04 08:17:37 -0800
commit27842bd9ce2d4a68ee927e4782804a7be81071d7 (patch)
tree42855718b4371dff48dd5ed3505a944808bb9f0f /scripts
parent90694ce11a1a61de4381c44310f2b0b4f712a55e (diff)
parentddfa636a5e1e37b541366db500680612184d846e (diff)
downloadvyatta-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.pl2
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 {