aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/FREEBSD-upgrade
blob: 64f185c2b415f8f8f2e119dacff543f9c469dc49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ex:ts=8
#
# $FreeBSD$

NTP 4.1.0
	originals can be found on ftp://louie.udel.edu/pub/ntp/testing

For the import of NTP the following files were removed:

	ports/*				NT files
	html/pic/*			GIF files
	ElectricFence/*			Support for the ElectricFence library
					(only useful if you want to debug ntpd)

The stripped down version was created using FREEBSD-Xlist during extraction:

	tar -X FREEBSD-Xlist -xvzf ntp-4.1.0.tar.gz
	mv ntp-4.1.0 ntp

Imported by:

	cvs import -m 'Virgin import of ntpd 4.1.0' \
		src/contrib/ntp DMILLS v4_1_0

config.h was generated by running configure and excluding almost all clock
drivers (what is included is DCF77 -- what I use --, NMEA, Motorola OnCORE
and local clocks).

The file is then edited to edit the value of "NO_PARENB_IGNPAR" because we
need to set no parity on the serial port (needed for DCF77). All clock
drivers are then disabled (some of them are included by default by ntpd).

Note that there are two #ifdef to support both alpha and i386 from the same
sources. They'll need to be redone for each upgrade to the vendor branch to
keep config.h in sync.

Documentation in /usr/share/doc/ntp is generated from the HTML files with
lynx (without the GIF files of course).