summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
authorDmytro Aleksandrov <alkersan@gmail.com>2018-08-15 17:04:53 +0300
committerDmytro Aleksandrov <alkersan@gmail.com>2018-08-16 11:34:59 +0300
commitcdc48c628ff09feab8485501ffc61c4217de4e7c (patch)
tree856095b76bd1ae16b94ed8fb9bd4d9eed76e0164 /templates/show
parent53a00c6ab40d958f9e16713c7c6459c645d18ca6 (diff)
downloadvyatta-op-cdc48c628ff09feab8485501ffc61c4217de4e7c.tar.gz
vyatta-op-cdc48c628ff09feab8485501ffc61c4217de4e7c.zip
T689: Removed ntp and date op mode definition in virtue of xml rewrite
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/ntp/node.def6
-rw-r--r--templates/show/ntp/node.tag/node.def3
2 files changed, 0 insertions, 9 deletions
diff --git a/templates/show/ntp/node.def b/templates/show/ntp/node.def
deleted file mode 100644
index 71c8813..0000000
--- a/templates/show/ntp/node.def
+++ /dev/null
@@ -1,6 +0,0 @@
-help: Show peer status of network time daemon
-run: if ps -C ntpd &>/dev/null ; then
- ntpdc -n -c peers
- else
- echo NTP daemon disabled
- fi
diff --git a/templates/show/ntp/node.tag/node.def b/templates/show/ntp/node.tag/node.def
deleted file mode 100644
index e7bdb6a..0000000
--- a/templates/show/ntp/node.tag/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-help: Show date and time of specified NTP server
-allowed: awk '/^server/ { print $2 }' /etc/ntp.conf
-run: /usr/sbin/ntpdate -q $3