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