[PC-BSD Commits] r3782 - in pcbsd: branches/7.1/system-overlay/etc trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Fri Apr 10 07:56:31 PDT 2009
Author: kris
Date: 2009-04-10 07:56:25 -0700 (Fri, 10 Apr 2009)
New Revision: 3782
Modified:
pcbsd/branches/7.1/system-overlay/etc/ntp.conf
pcbsd/trunk/system-overlay/etc/ntp.conf
Log:
Fixed ntp.conf, use ntpd.conf drift file which is the default
Modified: pcbsd/branches/7.1/system-overlay/etc/ntp.conf
===================================================================
--- pcbsd/branches/7.1/system-overlay/etc/ntp.conf 2009-04-09 17:59:25 UTC (rev 3781)
+++ pcbsd/branches/7.1/system-overlay/etc/ntp.conf 2009-04-10 14:56:25 UTC (rev 3782)
@@ -2,4 +2,4 @@
server 1.pool.ntp.org
server 2.pool.ntp.org
-driftfile /var/db/ntp.drift
+driftfile /var/db/ntpd.drift
Modified: pcbsd/trunk/system-overlay/etc/ntp.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/ntp.conf 2009-04-09 17:59:25 UTC (rev 3781)
+++ pcbsd/trunk/system-overlay/etc/ntp.conf 2009-04-10 14:56:25 UTC (rev 3782)
@@ -2,4 +2,4 @@
server 1.pool.ntp.org
server 2.pool.ntp.org
-driftfile /var/db/ntp.drift
+driftfile /var/db/ntpd.drift
More information about the Commits
mailing list