summaryrefslogtreecommitdiff
path: root/templates/show/log
diff options
context:
space:
mode:
authorMark O'Brien <mobrien@firebolt.vyatta.com>2008-07-09 13:44:09 -0700
committerMark O'Brien <mobrien@firebolt.vyatta.com>2008-07-09 13:44:09 -0700
commit12389b69ceff66a1642d28f904c1685b7421f719 (patch)
treea746e4f16180eac5644ffedef5bb610161f8d285 /templates/show/log
parent90567d603a6c9867b6b9cb93f185a46b88f5aef9 (diff)
parent06acbf6c67ae127378c14b646de3f66efca57a1c (diff)
downloadvyatta-op-12389b69ceff66a1642d28f904c1685b7421f719.tar.gz
vyatta-op-12389b69ceff66a1642d28f904c1685b7421f719.zip
Merge branch 'hollywood' of git:/git/vyatta-op into hollywood
Diffstat (limited to 'templates/show/log')
-rw-r--r--templates/show/log/tail/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/log/tail/node.tag/node.def b/templates/show/log/tail/node.tag/node.def
index 00de686..b07bb9e 100644
--- a/templates/show/log/tail/node.tag/node.def
+++ b/templates/show/log/tail/node.tag/node.def
@@ -1,3 +1,3 @@
help: Show last changes to messages
allowed: echo -n '<NUMBER>'
-run: tail -n "$4" /var/log/messages
+run: tail -n "$4" /var/log/messages | ${VYATTA_PAGER:-cat}