diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-29 15:39:50 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:30 -0500 |
commit | 1f9215b3a965e7b0b73fdbdd71b8e00e3c8b0481 (patch) | |
tree | ea1f825304b583aac01c78867200e2afd6f308b8 /templates/show | |
parent | 4217b8aa86fe4b3611a90d1ee8d42c4a3db46526 (diff) | |
download | vyatta-op-1f9215b3a965e7b0b73fdbdd71b8e00e3c8b0481.tar.gz vyatta-op-1f9215b3a965e7b0b73fdbdd71b8e00e3c8b0481.zip |
move 'show log tail' to 'monitor log'
(cherry picked from commit 419e99faea0ffd33e0b7176bc0ff08927ff67de9)
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/log/tail/node.def | 2 | ||||
-rw-r--r-- | templates/show/log/tail/node.tag/node.def | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/templates/show/log/tail/node.def b/templates/show/log/tail/node.def deleted file mode 100644 index e6f3456..0000000 --- a/templates/show/log/tail/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show last lines of messages file -run: tail --follow=name /var/log/messages diff --git a/templates/show/log/tail/node.tag/node.def b/templates/show/log/tail/node.tag/node.def deleted file mode 100644 index b07bb9e..0000000 --- a/templates/show/log/tail/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show last changes to messages -allowed: echo -n '<NUMBER>' -run: tail -n "$4" /var/log/messages | ${VYATTA_PAGER:-cat} |