[PC-BSD Commits] r200 - pcbsd/trunk/system-overlay/etc

svn at pcbsd.org svn at pcbsd.org
Wed May 2 10:59:14 PDT 2007


Author: andrei
Date: 2007-05-02 18:59:14 +0100 (Wed, 02 May 2007)
New Revision: 200

Added:
   pcbsd/trunk/system-overlay/etc/ntp.conf
Modified:
   pcbsd/trunk/system-overlay/etc/rc.conf
Log:
added ntp.conf file and comment for enabling it in rc.conf.


Added: pcbsd/trunk/system-overlay/etc/ntp.conf

Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf	2007-05-02 17:55:12 UTC (rev 199)
+++ pcbsd/trunk/system-overlay/etc/rc.conf	2007-05-02 17:59:14 UTC (rev 200)
@@ -44,3 +44,8 @@
 polkitd_enable="YES"
 hald_enable="YES"
 
+# ntpdate is deprecated and will eventually be removed from the distribution since
+# the same functionality is available in ntpd(8).
+#
+#ntpd_enable="YES"
+#ntpd_sync_on_start="YES"



More information about the Commits mailing list