summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-12-02 20:43:52 +0000
committerShawn Routhier <sar@isc.org>2009-12-02 20:43:52 +0000
commit95bba8b61c3c4e08affc19187a52d1e234109be3 (patch)
tree114c0cfef4d00eab2163fcbe2d6815eb547074ab /README
parentc3af785cd70be11c2242901827d1db1bb17ea092 (diff)
downloadisc-dhcp-95bba8b61c3c4e08affc19187a52d1e234109be3.tar.gz
ticket 20687
Update README and RELNOTES for 4.2 Include building the bind libraries as part of the make system instead of as a separate step by the customer.
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 9 insertions, 17 deletions
diff --git a/README b/README
index 5b0b3e8a..6b1b24c3 100644
--- a/README
+++ b/README
@@ -94,8 +94,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.1.0, which adds new DHCPv6 features omitted from
-ISC DHCP 4.0.0.
+This is ISC DHCP 4.2.0, which modifies the DDNS code to be asynchronous.
In this release, the DHCPv6 server should be fully functional on Linux,
Solaris, or any BSD. The DHCPv6 client should be similarly functional
@@ -131,23 +130,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.1.0.tar.gz
- tar xvf dhcp-4.1.0.tar
-
- BUILDING BIND LIBRARIES
-
-To build the BIND libraries used by DHCP cd to the dhcp-4.1.0 subdirectory
-that you've just created and run the bindcus.sh from the the util
-subdirectory - something like this:
-
- sh util/bindcus.sh
-
-In order to build the necessary libraries you will need to have "gmake"
-available on your build system.
+ gunzip dhcp-4.2.0.tar.gz
+ tar xvf dhcp-4.2.0.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1.0 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.0 subdirectory that you've just created and
configure the source tree by typing:
./configure
@@ -162,7 +150,11 @@ your own.
A fully-featured implementation of dynamic DNS updates is included in
this release. It uses libraries from BIND and, to avoid issues with
-different versions, includes the necessary BIND version.
+different versions, includes the necessary BIND version. The appropriate
+BIND libraries will be compiled and installed in the bind subdirectory
+as part of the make step. In order to build the necessary libraries you
+will need to have "gmake" available on your build system.
+
There is documentation for the DDNS support in the dhcpd.conf manual
page - see the beginning of this document for information on finding