diff options
author | cy <cy@FreeBSD.org> | 2015-09-04 16:59:01 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-09-04 16:59:01 +0000 |
commit | 06704b6128246ae940d3fbb4e0cf85b82a3086c4 (patch) | |
tree | bd03e23c5128ca9e859b5b99818ac9962c92a121 /usr.sbin/ntp | |
parent | e9e7f9c5f9700dafdbd99a97f5c77f1c60a74ea6 (diff) | |
download | FreeBSD-src-06704b6128246ae940d3fbb4e0cf85b82a3086c4.zip FreeBSD-src-06704b6128246ae940d3fbb4e0cf85b82a3086c4.tar.gz |
Turn on RAWDCF by default.
Suggested by: ian
Approved by: roberto
MFC after: 1 week
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index d8c341c..4d0a5e1 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -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 */ |