Update ntpd to 4.1.1b. There are two new drivers and the usual bunch of
fixes. See contrib/ntp/ChangeLog for details. MFC after: 1 month Prodded by: jhay Tested on: sparc64 (panther), alpha (beast) and i386.
This commit is contained in:
parent
c9be7fa5ce
commit
e265e481d7
File diff suppressed because it is too large
Load Diff
@ -18,11 +18,12 @@ SRCS= cmd_args.c map_vme.c ntp_config.c \
|
||||
refclock_hopfpci.c refclock_hopfser.c 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_pcf.c refclock_pst.c \
|
||||
refclock_ptbacts.c refclock_shm.c refclock_tpro.c \
|
||||
refclock_trak.c refclock_true.c refclock_ulink.c \
|
||||
refclock_usno.c refclock_wwv.c refclock_wwvb.c \
|
||||
refclock_neoclock4x.c refclock_nmea.c refclock_oncore.c \
|
||||
refclock_palisade.c refclock_parse.c refclock_pcf.c \
|
||||
refclock_pst.c refclock_ptbacts.c refclock_ripencc.c \
|
||||
refclock_shm.c refclock_tpro.c refclock_trak.c refclock_true.c \
|
||||
refclock_ulink.c refclock_usno.c refclock_wwv.c \
|
||||
refclock_wwvb.c \
|
||||
version.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
|
||||
|
@ -6,7 +6,7 @@ PROG=${1-UNKNOWN}
|
||||
|
||||
ConfStr="$PROG"
|
||||
|
||||
ConfStr="$ConfStr 4.1.1a"
|
||||
ConfStr="$ConfStr 4.1.1b"
|
||||
|
||||
case "$CSET" in
|
||||
'') ;;
|
||||
|
Loading…
Reference in New Issue
Block a user