freebsd-dev/contrib/isc-dhcp/FREEBSD-upgrade

64 lines
1.5 KiB
Plaintext
Raw Normal View History

# ex:ts=8
1999-09-08 11:16:36 +00:00
$FreeBSD$
2002-04-01 08:44:51 +00:00
ISC DHCP client 3.0.1rc8
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/*
dhcpctl/*
client/scripts/
bsdos linux netbsd
nextstep solaris openbsd
contrib/
dhcp.spec solaris.init
include/cf/
1999-05-02 09:24:16 +00:00
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'`
Imported by:
2002-04-01 08:44:51 +00:00
cvs import -m 'Import ISC DHCP 3.0.1 RC8 client.' \
src/contrib/isc-dhcp ISC isc_dhcp_3_0_1_rc8
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.
1999-02-10 21:23:48 +00:00
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.
2002-04-01 08:44:51 +00:00
- remove dhcpd from SEE ALSO section.
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
2002-04-01 08:44:51 +00:00
- Remove dhcpd from SEE ALSO section.
common/dhcp-options.5
r1.2 - note that hostname is only set if not already set.
2002-04-01 08:44:51 +00:00
- Remove dhcpd from SEE ALSO section.
(see CVS logs for complete details)
murray@FreeBSD.org
obrien@NUXI.com
2002-04-01 08:44:51 +00:00
01-Apr-2002