ntp/ntp.conf

Mon, 28 Jan 2013 17:37:18 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 28 Jan 2013 17:37:18 +0100
changeset 758
a2c6460cfb16
permissions
-rw-r--r--

Correct socket error reporting improvement with IPv6 portable code,
after helpful recommendation by Saúl Ibarra Corretgé on OSips devlist.

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

mercurial