diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-22 01:26:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-22 01:26:43 +0000 |
commit | cb1dd5d1b3d7429a2e45c616552023c5729be0c5 (patch) | |
tree | 5dab880a9c8805d8548a6109ad21f27c4fa0c687 /contrib/isc-dhcp/README | |
parent | 06456076746ea64f78c59057928b2c7dfd2d734e (diff) | |
download | src-cb1dd5d1b3d7429a2e45c616552023c5729be0c5.tar.gz src-cb1dd5d1b3d7429a2e45c616552023c5729be0c5.zip |
Virgin import of ISC-DHCP v2.0b1pl18
Notes
Notes:
svn path=/vendor/isc-dhcp/dist/; revision=44930
Diffstat (limited to 'contrib/isc-dhcp/README')
-rw-r--r-- | contrib/isc-dhcp/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/isc-dhcp/README b/contrib/isc-dhcp/README index cef3d38fcfaf..756087f5ab4f 100644 --- a/contrib/isc-dhcp/README +++ b/contrib/isc-dhcp/README @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2, Beta 1, Patchlevel 17 - February 27, 1998 + Version 2, Beta 1, Patchlevel 18 + March 5, 1998 This is the first Beta release of Version 2 of the Internet Software Consortium DHCP Distribution. In version 2.0, this distribution @@ -47,9 +47,9 @@ information. On Digital Unix, type ``man pfilt''. To build the DHCP Distribution, unpack the compressed tar file using the tar utility and the gzip command - type something like: - zcat dhcp-2.0b1pl17.tar.gz |tar xvf - + zcat dhcp-2.0b1pl18.tar.gz |tar xvf - -Now, cd to the dhcp-2.0b1pl17 subdirectory that you've just created and +Now, cd to the dhcp-2.0b1pl18 subdirectory that you've just created and configure the source tree by typing: ./configure |