Date: Tuesday, February 28, 2012 @ 16:59:06 Author: bisson Revision: 151625
fix FS#28703 Modified: ntp/trunk/ntp.conf ----------+ ntp.conf | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: ntp.conf =================================================================== --- ntp.conf 2012-02-28 21:21:26 UTC (rev 151624) +++ ntp.conf 2012-02-28 21:59:06 UTC (rev 151625) @@ -5,15 +5,13 @@ # - http://support.ntp.org/bin/view/Support/GettingStarted # - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon -# Select three geolocalized NTP public servers; see http://www.pool.ntp.org/ -server 0.pool.ntp.org -server 1.pool.ntp.org -server 2.pool.ntp.org +# Associate to public NTP pool servers; see http://www.pool.ntp.org/ +pool pool.ntp.org # Only allow read-only access from localhost -restrict default nomodify nopeer -restrict 127.0.0.1 -restrict ::1 +restrict default ignore +restrict 127.0.0.1 nomodify +restrict ::1 nomodify # Location of drift and log files driftfile /var/lib/ntp/ntp.drift
