Annotation of doc/build/confexamples/ntp.conf, revision 1.1
1.1 ! harris41 1:
! 2: #
! 3: # Undisciplined Local Clock. This is a fake driver intended for backup
! 4: # and when no outside source of synchronized time is available. The
! 5: # default stratum is usually 3, but in this case we elect to use stratum
! 6: # 0. Since the server line does not have the prefer keyword, this driver
! 7: # is never used for synchronization, unless no other other
! 8: # synchronization source is available. In case the local host is
! 9: # controlled by some external source, such as an external oscillator or
! 10: # another protocol, the prefer keyword would cause the local host to
! 11: # disregard all other synchronization sources, unless the kernel
! 12: # modifications are in use and declare an unsynchronized condition.
! 13: #
! 14: server ntp.msu.edu
! 15: #fudge 127.127.1.0 stratum 10
! 16:
! 17: #
! 18: # Drift file. Put this in a directory which the daemon can write to.
! 19: # No symbolic links allowed, either, since the daemon updates the file
! 20: # by creating a temporary in the same directory and then rename()'ing
! 21: # it to the file.
! 22: #
! 23: driftfile /etc/ntp/drift
! 24: multicastclient # listen on default 224.0.1.1
! 25: broadcastdelay 0.008
! 26:
! 27: #
! 28: # Authentication delay. If you use, or plan to use someday, the
! 29: # authentication facility you should make the programs in the auth_stuff
! 30: # directory and figure out what this number should be on your machine.
! 31: #
! 32: authenticate no
! 33:
! 34: #
! 35: # Keys file. If you want to diddle your server at run time, make a
! 36: # keys file (mode 600 for sure) and define the key number to be
! 37: # used for making requests.
! 38: # PLEASE DO NOT USE THE DEFAULT VALUES HERE. Pick your own, or remote
! 39: # systems might be able to reset your clock at will.
! 40: #
! 41: #keys /etc/ntp/keys
! 42: #trustedkey 65535
! 43: #requestkey 65535
! 44: #controlkey 65535
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>