diff options
Diffstat (limited to 'contrib/isc-dhcp/README')
-rw-r--r-- | contrib/isc-dhcp/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/README b/contrib/isc-dhcp/README index 78e6583522c9..4033b8b15de0 100644 --- a/contrib/isc-dhcp/README +++ b/contrib/isc-dhcp/README @@ -143,14 +143,14 @@ 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-3.0.1rc10.tar.gz |tar xvf - + zcat dhcp-3.0.1rc11.tar.gz |tar xvf - On BSD/OS, you have to type gzcat, not zcat, and you may run into similar problems on other operating systems. CONFIGURING IT -Now, cd to the dhcp-3.0.1rc10 subdirectory that you've just +Now, cd to the dhcp-3.0.1rc11 subdirectory that you've just created and configure the source tree by typing: ./configure |