diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-06 15:48:48 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-06 15:48:48 -0500 |
commit | b3b3ce792b86ed5de1ee5e743dd5b2b87709a741 (patch) | |
tree | 50606fba3660b4c7ff21961ab308d486e66f6eb7 | |
parent | 690fd9e8f8a482bc49c448aa75d693c546a77c85 (diff) | |
download | vyatta-op-qos-b3b3ce792b86ed5de1ee5e743dd5b2b87709a741.tar.gz vyatta-op-qos-b3b3ce792b86ed5de1ee5e743dd5b2b87709a741.zip |
Bugfix 7285: remove coloring of error
4 files changed, 7 insertions, 12 deletions
diff --git a/templates/show/queueing/bonding/node.tag/vif/node.def b/templates/show/queueing/bonding/node.tag/vif/node.def index 2b74427..02a09ad 100644 --- a/templates/show/queueing/bonding/node.tag/vif/node.def +++ b/templates/show/queueing/bonding/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; + diff --git a/templates/show/queueing/ethernet/node.tag/vif/node.def b/templates/show/queueing/ethernet/node.tag/vif/node.def index 2b74427..02a09ad 100644 --- a/templates/show/queueing/ethernet/node.tag/vif/node.def +++ b/templates/show/queueing/ethernet/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; + diff --git a/templates/show/queueing/pppoe/node.tag/vif/node.def b/templates/show/queueing/pppoe/node.tag/vif/node.def index 2b74427..02a09ad 100644 --- a/templates/show/queueing/pppoe/node.tag/vif/node.def +++ b/templates/show/queueing/pppoe/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; + diff --git a/templates/show/queueing/wireless/node.tag/vif/node.def b/templates/show/queueing/wireless/node.tag/vif/node.def index 2b74427..9d1c0b4 100644 --- a/templates/show/queueing/wireless/node.tag/vif/node.def +++ b/templates/show/queueing/wireless/node.tag/vif/node.def @@ -1,4 +1,2 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; |