Date: Mon, 07 Apr 1997 10:22:11 +0200 From: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> To: bum@malepartus.de Cc: questions@freefall.freebsd.org Subject: Re: xntpd with PARSE and DCF77 receiver Message-ID: <199704070822.KAA07318@odie.physik2.uni-rostock.de> In-Reply-To: bum's message of Thu, 03 Apr 1997 21:15:28 %2B0200. <199704031915.VAA13070@reineke.malepartus.de>
next in thread | previous in thread | raw e-mail | index | archive | help
---------- Hello! /* * Hi habe zu spät gelesen, das Du aus .de stammst ;-)) */ You have to recompile xntpd with the following defines in the Makefile: /usr/src/usr.sbin/xntpd/Makefile.inc: DEFS_LOCAL=-DREFCLOCK -DPARSE NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD AUTHDEFS= -DMD5 CLOCKDEFS= -DLOCAL_CLOCK -DATOM -DDCF77 -DPPS -DFREEBSD_CONRAD #CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \ # -DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \ # -DMX4200 -DNMEA -DBOEDER CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${AUTHDEFS} ${CLOCKDEFS} ${COPTS} BINDIR?= /usr/sbin .if !defined(NOCRYPT) && exists(${.CURDIR}/../../../secure/usr.sbin/xntpd/lib) AUTHDEFS+= -DDES .endif Have a lock at the -DDCF77 define! After this a 'make install' in the directory above will bring you to a xntpd with raw DCF77 support via the serial line. Here is my /etv/ntp.conf file wich runs great with a DCF77 reciever! Regards Lars -- ------------------------------------------------------------------------ Internet: | Lars Koeller Lars_Koeller@odie.physik2.Uni-Rostock.DE | Department of Physics ftp://odie.physik2.uni-rostock.de | University of Rostock PGP-key: | Germany http://www.nic.surfnet.nl/pgp/pks-toplev.html | ----------- FreeBSD, what else? ---- http://www.freebsd.org ------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704070822.KAA07318>