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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to