Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2009 22:44:28 +1000
From:      Edwin Groothuis <edwin@freebsd.org>
To:        freebsd-net@freebsd.org, roberto@freebsd.org
Subject:   NTP - default /etc/ntp.conf
Message-ID:  <20090605124428.GA85576@mavetju.org>

next in thread | raw e-mail | index | archive | help
After pondering at conf/58595, I came with this text.

The ntpd is not enabled by default, so the fact that the servers
are commented out should not be an issue.

Any objections against adding it to the tree?


Index: etc/ntp.conf
===================================================================
--- etc/ntp.conf	(revision 0)
+++ etc/ntp.conf	(revision 0)
@@ -0,0 +1,28 @@
+#
+# $FreeBSD$
+#
+# Default NTP servers for the FreeBSD operating system.
+#
+# Don't forget to enable ntpd in /etc/rc.conf with:
+# ntpd_enable="YES"
+#
+
+driftfile /var/db/ntpd.drift
+
+#
+# Uncomment the following three lines to sync against three "local"
+# public NTP servers.
+#
+# server pool.ntp.org
+# server pool.ntp.org
+# server pool.ntp.org
+
+#
+# If you want to pick yourself which country's public NTP server
+# you want sync against, comment out the above servers, uncomment
+# the next ones and replace CC with the country's abbrevation.
+#
+# server CC.pool.ntp.org
+# server CC.pool.ntp.org
+# server CC.pool.ntp.org
+#
Index: etc/Makefile
===================================================================
--- etc/Makefile	(revision 193485)
+++ etc/Makefile	(working copy)
@@ -14,7 +14,7 @@
 	hosts hosts.allow hosts.equiv \
 	inetd.conf libalias.conf login.access login.conf mac.conf motd \
 	netconfig network.subr networks newsyslog.conf nsswitch.conf \
-	phones profile protocols \
+	ntpd.conf phones profile protocols \
 	rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
 	rc.sendmail rc.shutdown \
 	rc.subr remote rpc services shells \


-- 
Edwin Groothuis		Website: http://www.mavetju.org/
edwin@mavetju.org	Weblog:  http://www.mavetju.org/weblog/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090605124428.GA85576>