summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-01 21:10:39 +0200
committerGitHub <noreply@github.com>2019-09-01 21:10:39 +0200
commit6c460809b650377d2803b433c75914d7b707592e (patch)
tree4b245e21369c40de3bf2119095abcf52bd38a6f3 /templates/show
parent9ae04f290d6437001bd0cc1daa58e5c304b76e4c (diff)
parenteea95c8980a290d753777da173935f39f1589b9b (diff)
downloadvyatta-op-6c460809b650377d2803b433c75914d7b707592e.tar.gz
vyatta-op-6c460809b650377d2803b433c75914d7b707592e.zip
Merge pull request #27 from alkersan/T1621_misc_rewrites
T1621 remove misc ops after python/xml rewrite
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/history/brief/node.def5
-rw-r--r--templates/show/history/node.def5
-rw-r--r--templates/show/history/node.tag/node.def6
-rw-r--r--templates/show/host/date/node.def2
-rw-r--r--templates/show/host/os/node.def2
5 files changed, 0 insertions, 20 deletions
diff --git a/templates/show/history/brief/node.def b/templates/show/history/brief/node.def
deleted file mode 100644
index 92c76ca..0000000
--- a/templates/show/history/brief/node.def
+++ /dev/null
@@ -1,5 +0,0 @@
-help: recent command history
-run: HISTTIMEFORMAT='%FT%T%z '
- HISTFILE="$HOME/.bash_history"
- \set -o history
- history 20
diff --git a/templates/show/history/node.def b/templates/show/history/node.def
deleted file mode 100644
index c1487eb..0000000
--- a/templates/show/history/node.def
+++ /dev/null
@@ -1,5 +0,0 @@
-help: show command history
-run: HISTTIMEFORMAT='%FT%T%z '
- HISTFILE="$HOME/.bash_history"
- \set -o history
- history
diff --git a/templates/show/history/node.tag/node.def b/templates/show/history/node.tag/node.def
deleted file mode 100644
index 2075cde..0000000
--- a/templates/show/history/node.tag/node.def
+++ /dev/null
@@ -1,6 +0,0 @@
-help: Display last N commands in history
-allowed: echo -n '<NUMBER>'
-run: HISTTIMEFORMAT='%FT%T%z '
- HISTFILE="$HOME/.bash_history"
- \set -o history
- history $3
diff --git a/templates/show/host/date/node.def b/templates/show/host/date/node.def
deleted file mode 100644
index 6ea4383..0000000
--- a/templates/show/host/date/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show host current date
-run: /bin/date
diff --git a/templates/show/host/os/node.def b/templates/show/host/os/node.def
deleted file mode 100644
index 1cfe2ec..0000000
--- a/templates/show/host/os/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show host operating system details
-run: /bin/uname -a