diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-07-21 01:20:20 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-07-21 01:20:20 +0200 |
commit | 71eb42dd46a87175c3d048e191f52bfe47b18871 (patch) | |
tree | cab426ce19857665d0d7657649020a51f14b476c /templates | |
parent | 46dafc9fa56169f29a60be6a8ea77532bb1479e1 (diff) | |
download | vyatta-op-71eb42dd46a87175c3d048e191f52bfe47b18871.tar.gz vyatta-op-71eb42dd46a87175c3d048e191f52bfe47b18871.zip |
T689: remove commands reimplemented in PR#17.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/host/domain/node.def | 2 | ||||
-rw-r--r-- | templates/show/host/lookup/node.def | 1 | ||||
-rw-r--r-- | templates/show/host/lookup/node.tag/node.def | 4 | ||||
-rw-r--r-- | templates/show/host/name/node.def | 2 | ||||
-rw-r--r-- | templates/show/host/node.def | 1 |
5 files changed, 0 insertions, 10 deletions
diff --git a/templates/show/host/domain/node.def b/templates/show/host/domain/node.def deleted file mode 100644 index 01cefc8..0000000 --- a/templates/show/host/domain/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show domain name -run: /bin/domainname -d diff --git a/templates/show/host/lookup/node.def b/templates/show/host/lookup/node.def deleted file mode 100644 index 375d356..0000000 --- a/templates/show/host/lookup/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Lookup host information for <hostname|IPv4 address> diff --git a/templates/show/host/lookup/node.tag/node.def b/templates/show/host/lookup/node.tag/node.def deleted file mode 100644 index ea7426e..0000000 --- a/templates/show/host/lookup/node.tag/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Lookup host information for specified name or address -allowed: echo -n '<hostname> <x.x.x.x> <y:y:y:y:y>' - -run: /usr/bin/host $4 diff --git a/templates/show/host/name/node.def b/templates/show/host/name/node.def deleted file mode 100644 index 0197d10..0000000 --- a/templates/show/host/name/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show host name -run: /bin/hostname diff --git a/templates/show/host/node.def b/templates/show/host/node.def deleted file mode 100644 index 65a0694..0000000 --- a/templates/show/host/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show host information |