diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-02-23 08:42:22 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-02-23 08:42:22 -0500 |
commit | 99e977ecf04ab091ce08574587e42af86ae318c1 (patch) | |
tree | a2c8ff225df24dca9c9fc33b6a1c2692a9978382 /README | |
parent | 75d02fcf4530d73bd35f57b70018c40ff933d3f9 (diff) | |
download | isc-dhcp-99e977ecf04ab091ce08574587e42af86ae318c1.tar.gz |
[master] Pre-release tag prep for 4.3.2rc2: version #, copyright etc..
NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported.
4.3.2rc2 supercedes the initial 4.3.2 attempt.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.2 + Version 4.3.2rc2 26 February 2015 README FILE @@ -141,12 +141,12 @@ 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: - gunzip dhcp-4.3.2.tar.gz - tar xvf dhcp-4.3.2.tar + gunzip dhcp-4.3.2rc2.tar.gz + tar xvf dhcp-4.3.2rc2.tar CONFIGURING IT -Now, cd to the dhcp-4.3.2 subdirectory that you've just created and +Now, cd to the dhcp-4.3.2rc2 subdirectory that you've just created and configure the source tree by typing: ./configure |