summaryrefslogtreecommitdiff
path: root/templates/show/system
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-28 12:01:20 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-28 12:01:20 -0800
commitc9d801042d0749c921c7c0f3232df796034889e3 (patch)
treeb7f5b8ab09cc465f95ea77a9edbc4ae219a95e17 /templates/show/system
parent7527117842918d1288636b76bd77663e05664575 (diff)
downloadvyatta-op-c9d801042d0749c921c7c0f3232df796034889e3.tar.gz
vyatta-op-c9d801042d0749c921c7c0f3232df796034889e3.zip
no need for sudo to read log messages
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo.
Diffstat (limited to 'templates/show/system')
-rw-r--r--templates/show/system/boot-messages/all/node.def2
-rw-r--r--templates/show/system/boot-messages/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/system/boot-messages/all/node.def b/templates/show/system/boot-messages/all/node.def
index df6795f..b151fc2 100644
--- a/templates/show/system/boot-messages/all/node.def
+++ b/templates/show/system/boot-messages/all/node.def
@@ -1,2 +1,2 @@
help: Show all kernel boot messages
-run: sudo ${vyatta_bindir}/sudo-users/vyatta-show-dmesg-all
+run: ${vyatta_bindir}/vyatta-show-dmesg-all
diff --git a/templates/show/system/boot-messages/node.def b/templates/show/system/boot-messages/node.def
index b2c25e3..7cfe5d3 100644
--- a/templates/show/system/boot-messages/node.def
+++ b/templates/show/system/boot-messages/node.def
@@ -1,2 +1,2 @@
help: Show most recent kernel boot messages
-run: sudo ${vyatta_bindir}/sudo-users/vyatta-show-dmesg
+run: ${vyatta_bindir}/vyatta-show-dmesg