diff -r 65edd7d6b3a0 -r c1c586743518 ntp/ntp.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ntp/ntp.conf Thu Oct 04 20:34:54 2012 +0200 @@ -0,0 +1,20 @@ +## +## ntp.conf -- NTP Daemon Configuration +## + +# global NTP daemon options +logfile @l_prefix@/var/ntp/ntp.log +pidfile @l_prefix@/var/ntp/ntpd.pid +driftfile @l_prefix@/var/ntp/ntpd.drift +statsdir @l_prefix@/var/ntp/ntpd.stat/ + +# list of NTP peers +# (see http://www.pool.ntp.org/) +server 0.pool.ntp.org iburst +server 1.pool.ntp.org iburst +server 2.pool.ntp.org iburst + +# restrictions +restrict default limited noquery nomodify notrap nopeer +restrict 127.0.0.0 mask 255.0.0.0 +