Update for ntp 4.0.99b.

This commit is contained in:
Ollivier Robert 2000-01-28 15:13:45 +00:00
parent 9309fbae2e
commit 0567936b95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56751
2 changed files with 5 additions and 104 deletions

View File

@ -1,101 +1,2 @@
*ports/winnt/include/arpa
*ports/winnt/include/arpa/inet.h
*ports/winnt/include
*ports/winnt/include/config.h
*ports/winnt/include/netdb.h
*ports/winnt/include/netinet
*ports/winnt/include/netinet/in.h
*ports/winnt/include/ntp_iocompletionport.h
*ports/winnt/include/ntp_timer.h
*ports/winnt/include/sys
*ports/winnt/include/sys/ioctl.h
*ports/winnt/include/sys/param.h
*ports/winnt/include/sys/resource.h
*ports/winnt/include/sys/signal.h
*ports/winnt/include/sys/socket.h
*ports/winnt/include/sys/time.h
*ports/winnt/include/sys/wait.h
*ports/winnt/include/syslog.h
*ports/winnt/include/transmitbuff.h
*ports/winnt/include/win32_io.h
*ports/winnt/include/clockstuff.h
*ports/winnt/include/termios.h
*ports/winnt/instsrv
*ports/winnt/instsrv/instsrv.c
*ports/winnt/instsrv/Instsrv.dsp
*ports/winnt/libntp
*ports/winnt/libntp/libntp.dsp
*ports/winnt/libntp/log.h
*ports/winnt/libntp/messages.mc
*ports/winnt/libntp/transmitbuff.c
*ports/winnt/libntp/util_clockstuff.c
*ports/winnt/libntp/SetSystemTime.c
*ports
*ports/winnt
*ports/winnt/ntp.dsw
*ports/winnt/ntpd
*ports/winnt/ntpd/ntpd.dsp
*ports/winnt/ntpd/ntpd.plg
*ports/winnt/ntpd/ntp_iocompletionport.c
*ports/winnt/ntpd/refclock_trimbledc.c
*ports/winnt/ntpd/refclock_trimbledc.h
*ports/winnt/ntpd/win32_io.c
*ports/winnt/ntpd/nt_clockstuff.c
*ports/winnt/ntpdate
*ports/winnt/ntpdate/ntpdate.dsp
*ports/winnt/ntpdc
*ports/winnt/ntpdc/ntpdc.dsp
*ports/winnt/ntpdc/ntpdc.plg
*ports/winnt/ntpq
*ports/winnt/ntpq/ntpq.dsp
*ports/winnt/ntptrace
*ports/winnt/ntptrace/ntptrace.dsp
*ports/winnt/scripts
*ports/winnt/scripts/mkver.bat
*html/pic
*html/pic/sheepb.jpg
*html/pic/alice15b.gif
*html/pic/alice12.gif
*html/pic/appletree.gif
*html/pic/fg6021.gif
*html/pic/hornraba.gif
*html/pic/igclock.gif
*html/pic/panda.gif
*html/pic/beaver.gif
*html/pic/pd_om006.gif
*html/pic/pd_om011.gif
*html/pic/pogo.gif
*html/pic/pogo3a.gif
*html/pic/rabbit.gif
*html/pic/tardisa.gif
*html/pic/tonea.gif
*html/pic/c51.jpg
*html/pic/gps167.jpg
*html/pic/pzf509.jpg
*html/pic/alautun4a.gif
*html/pic/alice61.gif
*html/pic/alice13.gif
*html/pic/alice23.gif
*html/pic/alice31.gif
*html/pic/alice32.gif
*html/pic/alice35.gif
*html/pic/alice38.gif
*html/pic/alice44.gif
*html/pic/alice47.gif
*html/pic/alice51.gif
*html/pic/alice11.gif
*html/pic/flatheads.gif
*html/pic/home.gif
*html/pic/barnstable.gif
*html/pic/pogoa.gif
*html/pic/pogo1.gif
*html/pic/pogo1a.gif
*html/pic/pogo3.gif
*html/pic/pogo3b.gif
*html/pic/gadget.jpg
*html/pic/oncore_utplusbig.gif
*html/pic/oncore_remoteant.jpg
*html/pic/oncore_evalbig.gif
*html/pic/9400n.jpg
*html/pic/alice15.gif
*html/pic/driver29.gif

View File

@ -2,7 +2,7 @@
#
# $FreeBSD$
NTP 4.0.98f
NTP 4.0.99b
originals can be found on ftp://louie.udel.edu/pub/ntp/testing
For the import of NTP the following files were removed:
@ -12,13 +12,13 @@ For the import of NTP the following files were removed:
The stripped down version was created using FREEBSD-Xlist during extraction:
tar -X FREEBSD-Xlist -xvzf ntp-4.0.98f.tar.gz
mv ntp-4.0.98f ntp
tar -X FREEBSD-Xlist -xvzf ntp-4.0.99b.tar.gz
mv ntp-4.0.99b ntp
Imported by:
cvs import -m 'Virgin import of ntpd 4.0.98f' \
src/contrib/ntp DMILLS v4_0_98f
cvs import -m 'Virgin import of ntpd 4.0.99b' \
src/contrib/ntp DMILLS v4_0_99b
config.h was generated by running configure and excluding almost all clock
drivers (what is included is DCF77 -- what I use -- and local clocks).