[PC-BSD Commits] r207 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Tue May 8 12:47:45 PDT 2007
Author: andrei
Date: 2007-05-08 20:47:45 +0100 (Tue, 08 May 2007)
New Revision: 207
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Enabled ntpd sync on startup even if the clock offset is too large.
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2007-05-06 10:43:10 UTC (rev 206)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2007-05-08 19:47:45 UTC (rev 207)
@@ -46,6 +46,8 @@
# ntpdate is deprecated and will eventually be removed from the distribution since
# the same functionality is available in ntpd(8).
+# Without "ntpd_sync_on_start" option, ntpd refuses to perform an
+# initial correction if the clock offset is too large.
#
-#ntpd_enable="YES"
-#ntpd_sync_on_start="YES"
+ntpd_enable="YES"
+ntpd_sync_on_start="YES"
More information about the Commits
mailing list