diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-22 14:17:08 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-22 14:17:08 -0700 |
commit | 5211fe6f4a9e7ae5d15ec7dc8eec231c9d66655b (patch) | |
tree | a96958d00f48cb4933f283f3a03717577e696259 /sysconf/ntp.conf | |
parent | 05206b0f5fd24812ab972df921db0b8723d44620 (diff) | |
download | vyatta-cfg-system-5211fe6f4a9e7ae5d15ec7dc8eec231c9d66655b.tar.gz vyatta-cfg-system-5211fe6f4a9e7ae5d15ec7dc8eec231c9d66655b.zip |
Put server at end of file
So when CLI updates ntp.conf, the file stays same format
Diffstat (limited to 'sysconf/ntp.conf')
-rw-r--r-- | sysconf/ntp.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysconf/ntp.conf b/sysconf/ntp.conf index 86ee86c1..4d76b33e 100644 --- a/sysconf/ntp.conf +++ b/sysconf/ntp.conf @@ -2,9 +2,6 @@ driftfile /var/lib/ntp/ntp.drift -# You do need to talk to an NTP server or two (or three). -server 0.vyatta.pool.ntp.org - # Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for # details. The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions> # might also be helpful. @@ -35,3 +32,5 @@ restrict ::1 #disable auth #broadcastclient +# You do need to talk to an NTP server or two (or three). +server 0.vyatta.pool.ntp.org |