ntp/ntp.conf

Sat, 06 Oct 2012 16:24:01 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 06 Oct 2012 16:24:01 +0200
changeset 727
914043724d20
permissions
-rw-r--r--

Update to new vendor software version and adjust patch code accordingly.
Unfortunately the vendor has apparently failed to properly test this
release which depends on missing object symbols in libsasl2.a(common.o):

undefined reference to `sasl_randcreate'
undefined reference to `sasl_mkchal'
undefined reference to `sasl_utf8verify'
undefined reference to `sasl_rand'
undefined reference to `sasl_churn'
undefined reference to `sasl_encode64'
undefined reference to `sasl_decode64'
undefined reference to `sasl_erasebuffer'
undefined reference to `sasl_randfree'
undefined reference to `sasl_strlower'
undefined reference to `get_fqhostname'

...yet to be patched.

michael@719 1 ##
michael@719 2 ## ntp.conf -- NTP Daemon Configuration
michael@719 3 ##
michael@719 4
michael@719 5 # global NTP daemon options
michael@719 6 logfile @l_prefix@/var/ntp/ntp.log
michael@719 7 pidfile @l_prefix@/var/ntp/ntpd.pid
michael@719 8 driftfile @l_prefix@/var/ntp/ntpd.drift
michael@719 9 statsdir @l_prefix@/var/ntp/ntpd.stat/
michael@719 10
michael@719 11 # list of NTP peers
michael@719 12 # (see http://www.pool.ntp.org/)
michael@719 13 server 0.pool.ntp.org iburst
michael@719 14 server 1.pool.ntp.org iburst
michael@719 15 server 2.pool.ntp.org iburst
michael@719 16
michael@719 17 # restrictions
michael@719 18 restrict default limited noquery nomodify notrap nopeer
michael@719 19 restrict 127.0.0.0 mask 255.0.0.0
michael@719 20

mercurial