summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
authorTom Grennan <tgrennan@vyatta.com>2007-10-02 18:10:09 -0700
committerTom Grennan <tgrennan@vyatta.com>2007-10-02 18:10:09 -0700
commit69ec82541cd5d0c47d541ce94b1281a38c230d5d (patch)
treeb15ef0e981d9aef4783f53a017864fa5632c8d45 /templates/show
parent3050d1d8fd671528e4258f0dd0ff26748e028cb7 (diff)
downloadvyatta-op-69ec82541cd5d0c47d541ce94b1281a38c230d5d.tar.gz
vyatta-op-69ec82541cd5d0c47d541ce94b1281a38c230d5d.zip
move operational date command completion to:
show date [utc] show ntp [SERVER] assign date [ntp <SERVER>]
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/date/node.def2
-rw-r--r--templates/show/date/utc/node.def2
-rw-r--r--templates/show/ntp/node.def2
-rw-r--r--templates/show/ntp/node.tag/node.def3
4 files changed, 9 insertions, 0 deletions
diff --git a/templates/show/date/node.def b/templates/show/date/node.def
new file mode 100644
index 0000000..10e01a3
--- /dev/null
+++ b/templates/show/date/node.def
@@ -0,0 +1,2 @@
+help: "Show system date and time"
+run: /bin/date
diff --git a/templates/show/date/utc/node.def b/templates/show/date/utc/node.def
new file mode 100644
index 0000000..d24808f
--- /dev/null
+++ b/templates/show/date/utc/node.def
@@ -0,0 +1,2 @@
+help: "Show system date and time as Coordinated Universal Time"
+run: /bin/date -u
diff --git a/templates/show/ntp/node.def b/templates/show/ntp/node.def
new file mode 100644
index 0000000..bd75136
--- /dev/null
+++ b/templates/show/ntp/node.def
@@ -0,0 +1,2 @@
+help: "Show date and time of network server [default: ntp.vyatta.com]"
+run: ntpdate -q ntp.vyatta.com
diff --git a/templates/show/ntp/node.tag/node.def b/templates/show/ntp/node.tag/node.def
new file mode 100644
index 0000000..691fa9d
--- /dev/null
+++ b/templates/show/ntp/node.tag/node.def
@@ -0,0 +1,3 @@
+help: "Show date and time of given NTP server"
+allowed: sed 's/#.*//; s/^[^ \t]*[ \t]//; /^$/d; $s/$/\n--/' ${HOSTFILE:-/dev/null}
+run: ntpdate -q ${3:-ntp.vyatta.com}