summaryrefslogtreecommitdiff
path: root/templates/date
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/date
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/date')
-rw-r--r--templates/date/local/node.def2
-rw-r--r--templates/date/node.def2
-rw-r--r--templates/date/ntp/node.def2
-rw-r--r--templates/date/ntp/set/node.def2
-rw-r--r--templates/date/set/node.def2
-rw-r--r--templates/date/utc/node.def2
6 files changed, 0 insertions, 12 deletions
diff --git a/templates/date/local/node.def b/templates/date/local/node.def
deleted file mode 100644
index 942be57..0000000
--- a/templates/date/local/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: "Show system date and time with local timezone"
-run: /bin/date
diff --git a/templates/date/node.def b/templates/date/node.def
deleted file mode 100644
index 23b4ff3..0000000
--- a/templates/date/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: "Show system date and time"
-run: /bin/date -u
diff --git a/templates/date/ntp/node.def b/templates/date/ntp/node.def
deleted file mode 100644
index bccd9c8..0000000
--- a/templates/date/ntp/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: "Show date and time of given NTP server [default: ntp.vyatta.com]"
-run: ntpdate -q ${3-ntp.vyatta.com}
diff --git a/templates/date/ntp/set/node.def b/templates/date/ntp/set/node.def
deleted file mode 100644
index 7f87d70..0000000
--- a/templates/date/ntp/set/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: "Synchronize system date and time with given NTP server"
-run: sudo ntpdate ${4-ntp.vyatta.com}
diff --git a/templates/date/set/node.def b/templates/date/set/node.def
deleted file mode 100644
index e6815c1..0000000
--- a/templates/date/set/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: "Set date and time <MMDDhhmm[.ss]YYYY>"
-run: sudo /bin/date $3
diff --git a/templates/date/utc/node.def b/templates/date/utc/node.def
deleted file mode 100644
index d24808f..0000000
--- a/templates/date/utc/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: "Show system date and time as Coordinated Universal Time"
-run: /bin/date -u