Hi,

attached is a patch for usr.sbin/ntp/config.h and
usr.sbin/ntp/ntpd/Makefile. It adds reflock_pcf to the compiled in
drivers (current has support in the kernel for it).

Bye,
Alexander.

-- 
            Secret hacker rule #11: hackers read manuals.

http://www.Leidinger.net                  Alexander+Home @ Leidinger.net
  Key fingerprint = 7423 F3E6 3A7E B334 A9CC  B10A 1F5F 130A A638 6E7E
Index: config.h
===================================================================
RCS file: /big/FreeBSD-CVS/src/usr.sbin/ntp/config.h,v
retrieving revision 1.3
diff -u -r1.3 config.h
--- config.h    2000/01/28 15:05:49     1.3
+++ config.h    2000/02/27 16:09:54
@@ -173,7 +173,7 @@
 #define CLOCK_PARSE 1
 
 /* Conrad parallel port radio clock */
-/* #undef CLOCK_PCF */
+#define CLOCK_PCF
 
 /* PCL 720 clock support */
 /* #undef CLOCK_PPS720 */
Index: ntpd/Makefile
===================================================================
RCS file: /big/FreeBSD-CVS/src/usr.sbin/ntp/ntpd/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ntpd/Makefile       2000/01/01 23:57:59     1.3
+++ ntpd/Makefile       2000/02/27 16:12:16
@@ -19,10 +19,10 @@
        refclock_hpgps.c        refclock_irig.c refclock_jupiter.c \
        refclock_leitch.c       refclock_local.c        refclock_msfees.c \
        refclock_mx4200.c       refclock_nmea.c refclock_oncore.c \
-       refclock_palisade.c     refclock_parse.c        refclock_pst.c \
-       refclock_ptbacts.c      refclock_shm.c  refclock_tpro.c \
-       refclock_trak.c refclock_true.c refclock_usno.c \
-       refclock_wwvb.c  version.c
+       refclock_palisade.c     refclock_parse.c        refclock_pcf.c \
+       refclock_pst.c  refclock_ptbacts.c      refclock_shm.c \
+       refclock_tpro.c refclock_trak.c refclock_true.c \
+       refclock_usno.c refclock_wwvb.c  version.c
 
 CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
 

Reply via email to