summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2009-06-07 13:26:57 +0000
committeredwin <edwin@FreeBSD.org>2009-06-07 13:26:57 +0000
commit10233cbb4a6ce8f44b357704b941ad8d4c7150df (patch)
tree361d51ef13d07fb59e4eda1c16cdf07c9bb27495 /etc/Makefile
parent20ba45d5b37b68ee12f21bc1456d6a3e1a91de89 (diff)
downloadFreeBSD-src-10233cbb4a6ce8f44b357704b941ad8d4c7150df.zip
FreeBSD-src-10233cbb4a6ce8f44b357704b941ad8d4c7150df.tar.gz
Welcome to a default installed /etc/ntp.conf
This NTP configuration file points to the [012].pool.ntp.org servers, which will return a list of geographical local NTP servers. It uses the best-practice options of "iburst" and "maxpoll 9". It gives examples on how to use the "restrict" commands, which are unfortunately not working when you use the pool.ntp.org servers. It sets up a fudge server so any clients syncing against this server will always be synced even if we lose the master. The idea of this file was briefly discussed on -net. PR: conf/58595 Submitted by: Chris Stenton <jacs@gnome.co.uk> MFC after: 1 week
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b7c8220..e68df03 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -63,6 +63,10 @@ BIN1+= ${.CURDIR}/../usr.bin/mail/misc/mail.rc
BIN1+= ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config
.endif
+.if ${MK_NTP} != "no"
+BIN1+= ntp.conf
+.endif
+
.if ${MK_OPENSSH} != "no"
SSH= ${.CURDIR}/../crypto/openssh/ssh_config \
${.CURDIR}/../crypto/openssh/sshd_config \
OpenPOWER on IntegriCloud