svn commit: r287468 - head/usr.sbin/ntp

Cy Schubert cy at FreeBSD.org
Fri Sep 4 16:59:03 UTC 2015


Author: cy
Date: Fri Sep  4 16:59:01 2015
New Revision: 287468
URL: https://svnweb.freebsd.org/changeset/base/287468

Log:
  Turn on RAWDCF by default.
  
  Suggested by:	ian
  Approved by:	roberto
  MFC after:	1 week

Modified:
  head/usr.sbin/ntp/config.h

Modified: head/usr.sbin/ntp/config.h
==============================================================================
--- head/usr.sbin/ntp/config.h	Fri Sep  4 16:30:48 2015	(r287467)
+++ head/usr.sbin/ntp/config.h	Fri Sep  4 16:59:01 2015	(r287468)
@@ -120,7 +120,7 @@
 #define CLOCK_PST 1
 
 /* DCF77 raw time code */
-/* #undef CLOCK_RAWDCF */
+#define CLOCK_RAWDCF 1
 
 /* RCC 8000 clock */
 /* #undef CLOCK_RCC8000 */


More information about the svn-src-head mailing list