Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / ntp / FREEBSD-upgrade
1 # ex:ts=8
2 #
3 # $FreeBSD: src/contrib/ntp/FREEBSD-upgrade,v 1.2.2.1 2001/12/21 17:38:53 roberto Exp $
4
5 NTP 4.1.0
6         originals can be found on ftp://louie.udel.edu/pub/ntp/testing
7
8 For the import of NTP the following files were removed:
9
10         ports/*                         NT files
11         html/pic/*                      GIF files
12         ElectricFence/*                 Support for the ElectricFence library
13                                         (only useful if you want to debug ntpd)
14
15 The stripped down version was created using FREEBSD-Xlist during extraction:
16
17         tar -X FREEBSD-Xlist -xvzf ntp-4.1.0.tar.gz
18         mv ntp-4.1.0 ntp
19
20 Imported by:
21
22         cvs import -m 'Virgin import of ntpd 4.1.0' \
23                 src/contrib/ntp DMILLS v4_1_0
24
25 config.h was generated by running configure and excluding almost all clock
26 drivers (what is included is DCF77 -- what I use --, NMEA, Motorola OnCORE
27 and local clocks).
28
29 The file is then edited to edit the value of "NO_PARENB_IGNPAR" because we
30 need to set no parity on the serial port (needed for DCF77). All clock
31 drivers are then disabled (some of them are included by default by ntpd).
32
33 Note that there are two #ifdef to support both alpha and i386 from the same
34 sources. They'll need to be redone for each upgrade to the vendor branch to
35 keep config.h in sync.
36
37 Documentation in /usr/share/doc/ntp is generated from the HTML files with
38 lynx (without the GIF files of course).