Information on how I did the import.

I still have reservations about choosing the ISC client over the WIDE client,
but I believe the FreeBSD community in general seems to prefer this choice.
Also OpenBSD uses this version and msmith showed that the ISC client gives
us more choices in how we hook the client into sysinstall and /etc/rc*
This commit is contained in:
David E. O'Brien 1999-02-10 09:16:11 +00:00
parent fb71f0f661
commit f4bca72172
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
# ex:ts=8
ISC DHCP client 2.0b1pl6
originals can be found at: ftp://ftp.isc.org/isc/dhcp/
For the import of ISC-dhclient the following files were removed:
Makefile.conf Makefile.dist configure
docs/* relay/* server/*
client/
Makefile.dist dhclient-script.cat8 dhclient.cat8
dhclient.conf.cat5 dhclient.leases.cat5
client/scripts/
bsdos linux netbsd
nextstep solaris
common/
Makefile.dist dhcp-options.cat5
include/cf/
alphaosf.h bsdos.h cygwin32.h
hpux.h linux.h netbsd.h
nextstep.h qnx.h rhapsody.h
sample.h sco.h sunos4.h
sunos5-5.h ultrix.h
Imported by:
cvs import -ko -m 'Virgin import of ISC-DHCP v2.0b1pl6' \
src/contrib/isc-dhcp ISC isc_dhcp_2_0_b_1_pl_6
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 "amd-dev@majordomo.cs.columbia.edu"
for inclusion in the next vendor release.
obrien@NUXI.com
9-Feburary-1999