From 2f9ea52c4ed0415509dcdd8c786da773cefc041b Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Wed, 5 Dec 2007 11:26:03 -0800 Subject: use symlink instead of wrapper for ethtool --- templates/show/interfaces/ethernet/node.tag/physical/node.def | 2 +- .../show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show/interfaces/ethernet/node.tag/physical/node.def b/templates/show/interfaces/ethernet/node.tag/physical/node.def index 3e4e2bc..a9628fd 100644 --- a/templates/show/interfaces/ethernet/node.tag/physical/node.def +++ b/templates/show/interfaces/ethernet/node.tag/physical/node.def @@ -1,3 +1,3 @@ help: Show physical device information of given ethernet interface allowed: "" -run: sudo ${vyatta_bindir}/sudo-users/vyatta-ethtool-wrapper $4 +run: sudo ${vyatta_bindir}/sudo-users/ethtool $4 diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def index d2e8593..9769aaa 100644 --- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def +++ b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def @@ -1,2 +1,2 @@ help: Show given virtual network interface pseudo-physical information -run: sudo ${vyatta_bindir}/sudo-users/vyatta-ethtool-wrapper $4.$6 +run: sudo ${vyatta_bindir}/sudo-users/ethtool $4.$6 -- cgit v1.2.3