From 5211fe6f4a9e7ae5d15ec7dc8eec231c9d66655b Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 22 May 2009 14:17:08 -0700 Subject: Put server at end of file So when CLI updates ntp.conf, the file stays same format --- sysconf/ntp.conf | 5 ++--- 1 file 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 # 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 -- cgit v1.2.3