diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-11 10:58:08 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-11 10:58:08 -0800 |
commit | e8e8dd62c6aa9e6ecee51b2c8376e046e1e6b811 (patch) | |
tree | 9cdd3254b2e7107447830337f72563e885ab9bb9 /templates/show/log/authorization | |
parent | ac05b07ac122d2b1f80d4c0667fd7d6f5c968685 (diff) | |
download | vyatta-op-e8e8dd62c6aa9e6ecee51b2c8376e046e1e6b811.tar.gz vyatta-op-e8e8dd62c6aa9e6ecee51b2c8376e046e1e6b811.zip |
Change show log directory to use 'if'
Clearer with if than using && operator
Diffstat (limited to 'templates/show/log/authorization')
-rw-r--r-- | templates/show/log/authorization/node.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show/log/authorization/node.def b/templates/show/log/authorization/node.def new file mode 100644 index 0000000..80686a0 --- /dev/null +++ b/templates/show/log/authorization/node.def @@ -0,0 +1,4 @@ +help: Show listing of authorization attempts +run: less $_vyatta_less_options \ + --prompt=".log, page %dt of %D" \ + -- /var/log/auth.log |