summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp/FREEBSD-upgrade
blob: e67b83fd7d8b6ce39375cb527e609c0afa970402 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# ex:ts=8
$FreeBSD$

ISC DHCP client 3.0.1rc12
	originals can be found at: ftp://ftp.isc.org/isc/dhcp/


For the import of ISC-dhclient the following files were removed:
	doc/*			relay/*			server/*

	client/scripts/
	bsdos			linux			netbsd
	nextstep		solaris			openbsd

	contrib/
	dhcp.spec		solaris.init		ms2isc/

	includes/cf/
	aix.h			alphaosf.h		bsdos.h
	cygwin32.h		hpux.h			irix.h
	linux.h			netbsd.h		nextstep.h
	openbsd.h		qnx.h			rhapsody.h
	sample.h		sco.h			sunos4.h
	sunos5-5.h		ultrix.h

	`find . -name '.cvsignore' -delete`

Imported by:

	cvs import -m 'Import ISC DHCP 3.0.1 RC11 client.' \
		src/contrib/isc-dhcp ISC isc_dhcp_3_0_1_rc12


To make local changes to isc-dhcp, simply patch and commit to the main
branch (aka HEAD).  Never make local changes on the vendor (ISC) branch.

All local changes should be submitted to the ISC for inclusion in the 
next vendor release.

Local Changes:

	client/clparse.c
	  r1.6 - prefer strlcpy to strcpy.
	client/dhclient.8 
	  r1.14 - interface polling
	  r1.6 - document -D option.
          - remove dhcpd from SEE ALSO section.
	client/dhclient.c
	  r1.32 - interface polling
	  r1.31 - interface polling
	  r1.30 - interface polling
	  r1.29 - interface polling
	  r1.28 - interface polling
	  r1.27 - interface polling
	  r1.26 - interface polling
	  r1.19 - connect std{in,out,err}.
	  r1.13 - prefer strlcpy to strcpy.
	  r1.6  - quiet by default.
	        - document -D option.
	client/dhclient.conf.5
	        - Remove dhcpd from SEE ALSO section.
	common/dhcp-options.5
	  r1.2 - note that hostname is only set if not already set.
	       - Remove dhcpd from SEE ALSO section.
	common/dispatch.c
	  r1.2 - interface polling
	includes/dhcpd.h
	  r1.5 - interface polling
	  r1.4 - interface polling
	  r1.3 - interface polling
	  r1.2 - interface polling
    (see CVS logs for complete details)

mbr@FreeBSD.org
murray@FreeBSD.org
obrien@NUXI.com
15-Jan-2003
OpenPOWER on IntegriCloud