summaryrefslogtreecommitdiff
path: root/templates/show/bridge/node.def
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-25 09:11:41 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-25 09:11:41 -0800
commit9c1009f00a9f4be7a55cf315c7daddd7260fa035 (patch)
tree12a1f4b532d782cfd38130dacf2544d2da566a81 /templates/show/bridge/node.def
parent2924ef0aeb27f3996cd61bb41098408c1bed7a0e (diff)
downloadvyatta-op-9c1009f00a9f4be7a55cf315c7daddd7260fa035.tar.gz
vyatta-op-9c1009f00a9f4be7a55cf315c7daddd7260fa035.zip
running brctl doesn't need root privledges
Don't need sudo for running info commands.
Diffstat (limited to 'templates/show/bridge/node.def')
-rw-r--r--templates/show/bridge/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/bridge/node.def b/templates/show/bridge/node.def
index 45761f1..efc319e 100644
--- a/templates/show/bridge/node.def
+++ b/templates/show/bridge/node.def
@@ -1,2 +1,2 @@
help: "Show bridging information"
-run: sudo brctl show
+run: /usr/sbin/brctl show