diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-28 12:01:20 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-28 12:01:20 -0800 |
commit | c9d801042d0749c921c7c0f3232df796034889e3 (patch) | |
tree | b7f5b8ab09cc465f95ea77a9edbc4ae219a95e17 /templates/show/log/all/node.def | |
parent | 7527117842918d1288636b76bd77663e05664575 (diff) | |
download | vyatta-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/log/all/node.def')
-rw-r--r-- | templates/show/log/all/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/log/all/node.def b/templates/show/log/all/node.def index 26f97a3..87e959b 100644 --- a/templates/show/log/all/node.def +++ b/templates/show/log/all/node.def @@ -1,2 +1,2 @@ help: Show contents of all master log files -run: sudo ${vyatta_bindir}/sudo-users/vyatta-show-log-all +run: ${vyatta_bindir}/vyatta-show-log-all |