diff options
author | Evan Hunt <each@isc.org> | 2007-07-10 21:58:12 +0000 |
---|---|---|
committer | Evan Hunt <each@isc.org> | 2007-07-10 21:58:12 +0000 |
commit | 91da194ee33d1481cbc894b01052d854b43b2ae7 (patch) | |
tree | 05b469b13c42285ae539d7fa261630b40bd92c61 /README | |
parent | 26be82affae3c54ed42ade07e58a0f5b5b32d3e3 (diff) | |
download | isc-dhcp-91da194ee33d1481cbc894b01052d854b43b2ae7.tar.gz |
Releasing 4.0.0a2
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ - Internet Systems Consortium DHCP Distribution - Version 4.0.0a1 - May 19, 2007 + Internet Systems Consortium DHCP Distribution + Version 4.0.0a2 + July 10, 2007 README FILE @@ -129,12 +129,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.0.0a1.tar.gz - tar xvf dhcp-4.0.0a1.tar + gunzip dhcp-4.0.0a2.tar.gz + tar xvf dhcp-4.0.0a2.tar CONFIGURING IT -Now, cd to the dhcp-dhcp-4.0.0a1 subdirectory that you've just +Now, cd to the dhcp-dhcp-4.0.0a2 subdirectory that you've just created and configure the source tree by typing: ./configure |