diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-10-04 17:59:15 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-10-04 17:59:15 -0700 |
commit | ef21466f9202fe7406cd07f22838a7a349fde4ef (patch) | |
tree | 5c44d6ab4e9fb02a09fcb921a56485c09ff2ab1c /templates/set | |
parent | cfd6a6d391ae4978aa86377cd345a424eea9d656 (diff) | |
download | vyatta-op-ef21466f9202fe7406cd07f22838a7a349fde4ef.tar.gz vyatta-op-ef21466f9202fe7406cd07f22838a7a349fde4ef.zip |
make sure wildcard is appended to allowed list, even with null HOSTFILE
Diffstat (limited to 'templates/set')
-rw-r--r-- | templates/set/date/ntp/node.tag/node.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/set/date/ntp/node.tag/node.def b/templates/set/date/ntp/node.tag/node.def index 781bfbd..7add4fa 100644 --- a/templates/set/date/ntp/node.tag/node.def +++ b/templates/set/date/ntp/node.tag/node.def @@ -1,3 +1,4 @@ help: "Set system date and time with given NTP server" -allowed: sed 's/#.*//; s/^[^ \t]*[ \t]//; /^$/d; $s/$/\n--/' ${HOSTFILE:-/dev/null} +allowed: sed 's/#.*//; s/^[^ \t]*[ \t]//; /^$/d' ${HOSTFILE:-/dev/null} ; + echo -- run: sudo ntpdate ${4:-ntp.vyatta.com} |