diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-02-16 08:31:45 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-02-16 08:31:45 -0500 |
commit | 439958f1428e3b56aa0ec22351100beadb4c57e8 (patch) | |
tree | 911db94b49f0e3853c5086cb3d264bf2ae6f9b11 /README | |
parent | 9a111ee8039a9e1f3b22e8b649e3976490a9d5ac (diff) | |
download | isc-dhcp-439958f1428e3b56aa0ec22351100beadb4c57e8.tar.gz |
[master] Pre-release tag prep for 4.3.2rc1: version #, copyright etc..
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.2b1 - 05 February 2015 + Version 4.3.2rc1 + 19 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.2b1.tar.gz - tar xvf dhcp-4.3.2b1.tar + gunzip dhcp-4.3.2rc1.tar.gz + tar xvf dhcp-4.3.2rc1.tar CONFIGURING IT -Now, cd to the dhcp-4.3.2b1 subdirectory that you've just created and +Now, cd to the dhcp-4.3.2rc1 subdirectory that you've just created and configure the source tree by typing: ./configure |