diff options
author | Dmytro Aleksandrov <alkersan@gmail.com> | 2018-08-15 17:04:53 +0300 |
---|---|---|
committer | Dmytro Aleksandrov <alkersan@gmail.com> | 2018-08-16 11:34:59 +0300 |
commit | cdc48c628ff09feab8485501ffc61c4217de4e7c (patch) | |
tree | 856095b76bd1ae16b94ed8fb9bd4d9eed76e0164 /templates/show | |
parent | 53a00c6ab40d958f9e16713c7c6459c645d18ca6 (diff) | |
download | vyatta-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.def | 6 | ||||
-rw-r--r-- | templates/show/ntp/node.tag/node.def | 3 |
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 |