summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-02-19 14:55:44 +0000
committermurray <murray@FreeBSD.org>2002-02-19 14:55:44 +0000
commit3254728d11a52e6cf489ea1f3e29d3490e0e6e26 (patch)
treebae3b0f4b744a66c1d6b07f185e34d46698d34b3 /contrib/isc-dhcp
parent91492d0f97fe1d093f725bdbe8abad77ab8a7722 (diff)
downloadFreeBSD-src-3254728d11a52e6cf489ea1f3e29d3490e0e6e26.zip
FreeBSD-src-3254728d11a52e6cf489ea1f3e29d3490e0e6e26.tar.gz
Add information about the 3.0.1RC6 upgrade.
Diffstat (limited to 'contrib/isc-dhcp')
-rw-r--r--contrib/isc-dhcp/FREEBSD-upgrade48
1 files changed, 33 insertions, 15 deletions
diff --git a/contrib/isc-dhcp/FREEBSD-upgrade b/contrib/isc-dhcp/FREEBSD-upgrade
index aa7c517..09a72ba 100644
--- a/contrib/isc-dhcp/FREEBSD-upgrade
+++ b/contrib/isc-dhcp/FREEBSD-upgrade
@@ -1,37 +1,35 @@
# ex:ts=8
$FreeBSD$
-ISC DHCP client 2.0
+ISC DHCP client 3.0.1rc6
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/
- dhclient-script.cat8 dhclient.cat8
- dhclient.conf.cat5 dhclient.leases.cat5
+ doc/* relay/* server/*
+ dhcpctl/*
client/scripts/
bsdos linux netbsd
- nextstep solaris
+ nextstep solaris openbsd
- common/
- dhcp-options.cat5 dlpi.c
+ contrib/
+ dhcp.spec solaris.init
include/cf/
aix.h alphaosf.h bsdos.h
cygwin32.h hpux.h irix.h
linux.h netbsd.h nextstep.h
- qnx.h rhapsody.h sample.h
- sco.h sunos4.h sunos5-5.h
- ultrix.h
+ openbsd.h qnx.h rhapsody.h
+ sample.h sco.h sunos4.h
+ sunos5-5.h ultrix.h
+ `find . -name '.cvsignore'`
Imported by:
- cvs import -m 'Import Patchlevel 3 of the ISC 2.0 dhcp client.' \
- src/contrib/isc-dhcp ISC isc_dhcp_2_0_pl3
+ cvs import -m 'Import ISC DHCP 3.0.1 RC6 client.' \
+ src/contrib/isc-dhcp ISC isc_dhcp_3_0_1_rc6
To make local changes to isc-dhcp, simply patch and commit to the main
@@ -40,5 +38,25 @@ 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.8 - correct a man reference and a typo.
+ r1.6 - document -D option.
+ client/dhclient.c
+ 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
+ - fix numerous typos.
+ - use correct path for dhclient-script.
+ common/dhcp-options.5
+ r1.2 - note that hostname is only set if not already set.
+ (see CVS logs for complete details)
+
+murray@FreeBSD.org
obrien@NUXI.com
-20-July-2000
+19-Feb-2002
OpenPOWER on IntegriCloud