diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-10-04 18:10:03 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-10-04 18:10:03 -0700 |
commit | fd141a3ac06bdbf52f38a7be6d72a392d951b67d (patch) | |
tree | 9b12acf4edb302409d161c7a70f00f75215a0bf2 /templates/show/ntp | |
parent | ef21466f9202fe7406cd07f22838a7a349fde4ef (diff) | |
download | vyatta-op-fd141a3ac06bdbf52f38a7be6d72a392d951b67d.tar.gz vyatta-op-fd141a3ac06bdbf52f38a7be6d72a392d951b67d.zip |
don't eval help string; so, no longer needs to be quoted in node.def files
Diffstat (limited to 'templates/show/ntp')
-rw-r--r-- | templates/show/ntp/node.def | 2 | ||||
-rw-r--r-- | templates/show/ntp/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/ntp/node.def b/templates/show/ntp/node.def index bd75136..2a53d0a 100644 --- a/templates/show/ntp/node.def +++ b/templates/show/ntp/node.def @@ -1,2 +1,2 @@ -help: "Show date and time of network server [default: ntp.vyatta.com]" +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 index 9d953fa..9ff0137 100644 --- a/templates/show/ntp/node.tag/node.def +++ b/templates/show/ntp/node.tag/node.def @@ -1,4 +1,4 @@ -help: "Show date and time of given NTP server" +help: Show date and time of given NTP server allowed: sed 's/#.*//; s/^[^ \t]*[ \t]//; /^$/d' ${HOSTFILE:-/dev/null} ; echo -- run: ntpdate -q ${3:-ntp.vyatta.com} |