From 796460d8696981a26c4ad271b9ce2e1962aa23fc Mon Sep 17 00:00:00 2001 From: Tom Grennan Date: Mon, 17 Sep 2007 17:03:05 -0700 Subject: use vyatta_bindir instead of ofr_bindir --- templates/show/interfaces/ethernet/node.def | 2 +- templates/show/interfaces/ethernet/node.tag/node.def | 2 +- templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def | 2 +- .../show/interfaces/ethernet/node.tag/vif/node.tag/physical/node.def | 2 +- templates/show/interfaces/loopback/node.def | 2 +- templates/show/interfaces/loopback/node.tag/node.def | 2 +- templates/show/interfaces/node.def | 2 +- templates/show/interfaces/system/enabled/node.def | 2 +- templates/show/interfaces/system/node.def | 2 +- templates/show/interfaces/tunnel/node.def | 2 +- templates/show/interfaces/tunnel/node.tag/node.def | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/show/interfaces/ethernet/node.def b/templates/show/interfaces/ethernet/node.def index 9d70e68..299c6e2 100644 --- a/templates/show/interfaces/ethernet/node.def +++ b/templates/show/interfaces/ethernet/node.def @@ -1,2 +1,2 @@ help: "Show ethernet interface information" -run: ${ofr_bindir}/show_interfaces_ethernet +run: ${vyatta_bindir}/show_interfaces_ethernet diff --git a/templates/show/interfaces/ethernet/node.tag/node.def b/templates/show/interfaces/ethernet/node.tag/node.def index df23e1d..1354886 100644 --- a/templates/show/interfaces/ethernet/node.tag/node.def +++ b/templates/show/interfaces/ethernet/node.tag/node.def @@ -2,4 +2,4 @@ help: "Show given ethernet interface information" allowed: local -a array ; array=( /sys/class/net/{eth,vmnet}* ) ; echo -n ${array[@]##*/} -run: ${ofr_bindir}/show_interfaces_ethernet $4 +run: ${vyatta_bindir}/show_interfaces_ethernet $4 diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def index 6e114d8..10eb140 100644 --- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def +++ b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def @@ -2,4 +2,4 @@ help: "Show given virtual network interface information" allowed: for eth in /sys/class/net/eth${4}.* ; do echo ${eth/*eth${4}./} ; done -run: ${ofr_bindir}/show_interfaces_ethernet $4 vif $6 +run: ${vyatta_bindir}/show_interfaces_ethernet $4 vif $6 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 56f986f..058e2a1 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: ${ofr_bindir}/show_interfaces_ethernet $4 vif $6 physical +run: ${vyatta_bindir}/show_interfaces_ethernet $4 vif $6 physical diff --git a/templates/show/interfaces/loopback/node.def b/templates/show/interfaces/loopback/node.def index 45fa122..6b36ffc 100644 --- a/templates/show/interfaces/loopback/node.def +++ b/templates/show/interfaces/loopback/node.def @@ -1,3 +1,3 @@ help: "Show loopback interface information" -run: ${ofr_bindir}/show_interfaces_loopback +run: ${vyatta_bindir}/show_interfaces_loopback diff --git a/templates/show/interfaces/loopback/node.tag/node.def b/templates/show/interfaces/loopback/node.tag/node.def index a9d46b8..1a90fdc 100644 --- a/templates/show/interfaces/loopback/node.tag/node.def +++ b/templates/show/interfaces/loopback/node.tag/node.def @@ -2,4 +2,4 @@ help: "Show given loopback interface information" allowed: local -a array ; array=( /sys/class/net/lo* ) ; echo -n ${array[@]##*/} -run: ${ofr_bindir}/show_interfaces_loopback $4 +run: ${vyatta_bindir}/show_interfaces_loopback $4 diff --git a/templates/show/interfaces/node.def b/templates/show/interfaces/node.def index e5ca525..2a6e891 100644 --- a/templates/show/interfaces/node.def +++ b/templates/show/interfaces/node.def @@ -1,2 +1,2 @@ help: "Show network interface information" -run: ${ofr_bindir}/show_interfaces +run: ${vyatta_bindir}/show_interfaces diff --git a/templates/show/interfaces/system/enabled/node.def b/templates/show/interfaces/system/enabled/node.def index b0ca038..9abd87b 100644 --- a/templates/show/interfaces/system/enabled/node.def +++ b/templates/show/interfaces/system/enabled/node.def @@ -1,2 +1,2 @@ help: "Show network information of all enabled interfaces" -run: ${ofr_bindir}/show_interfaces_system enabled +run: ${vyatta_bindir}/show_interfaces_system enabled diff --git a/templates/show/interfaces/system/node.def b/templates/show/interfaces/system/node.def index e62ba92..46f8bfe 100644 --- a/templates/show/interfaces/system/node.def +++ b/templates/show/interfaces/system/node.def @@ -1,2 +1,2 @@ help: "Show network information of all interfaces" -run: ${ofr_bindir}/show_interfaces_system +run: ${vyatta_bindir}/show_interfaces_system diff --git a/templates/show/interfaces/tunnel/node.def b/templates/show/interfaces/tunnel/node.def index 7bebfc2..e95ab4a 100644 --- a/templates/show/interfaces/tunnel/node.def +++ b/templates/show/interfaces/tunnel/node.def @@ -1,3 +1,3 @@ help: "Show tunnel interface information" -run: ${ofr_bindir}/show_interfaces_tunnel +run: ${vyatta_bindir}/show_interfaces_tunnel diff --git a/templates/show/interfaces/tunnel/node.tag/node.def b/templates/show/interfaces/tunnel/node.tag/node.def index b3748e2..b857b9e 100644 --- a/templates/show/interfaces/tunnel/node.tag/node.def +++ b/templates/show/interfaces/tunnel/node.tag/node.def @@ -2,4 +2,4 @@ help: "Show given tunnel interface information" allowed: local -a array ; array=( /sys/class/net/sit* ) ; echo -n ${array[@]##*/} -run: ${ofr_bindir}/show_interfaces_tunnel $4 +run: ${vyatta_bindir}/show_interfaces_tunnel $4 -- cgit v1.2.3