summaryrefslogtreecommitdiff
path: root/templates/show/log/tail
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-03 17:24:21 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-03 17:24:21 +0200
commitfd029517b7b18657bddffc0572499d8c5c1debe5 (patch)
treed745ff8a06d3d19a6f3c86a1caa8b7619fe0c371 /templates/show/log/tail
parentb0f197def059055f35ffc906a8d53530e1b0915d (diff)
downloadvyatta-op-fd029517b7b18657bddffc0572499d8c5c1debe5.tar.gz
vyatta-op-fd029517b7b18657bddffc0572499d8c5c1debe5.zip
T2546: migrate "show log" to vyos-1x
Diffstat (limited to 'templates/show/log/tail')
-rw-r--r--templates/show/log/tail/node.def2
-rw-r--r--templates/show/log/tail/node.tag/node.def3
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 510f598..0000000
--- a/templates/show/log/tail/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Monitor last lines of messages file
-run: tail /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 9f84f5a..0000000
--- a/templates/show/log/tail/node.tag/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-help: monitor last changes to messages
-allowed: echo -n '<NUMBER>'
-run: tail -n "$4" /var/log/messages | ${VYATTA_PAGER:-cat}