summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-25 17:43:41 +0000
committerTed Lemon <source@isc.org>1999-10-25 17:43:41 +0000
commit5bd05c8c6f1b3b7260d1b31017a6047972c0700d (patch)
treea0ee200bdf7d5ed0c581ba9de4b3f6c90806eef1
parent8b7023c2eb3637acfa909e79228be062cc243996 (diff)
downloadisc-dhcp-5bd05c8c6f1b3b7260d1b31017a6047972c0700d.tar.gz
Note BIND 8.2.2 requirement for --with-nsupdate
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 7a642e27..6459a6a8 100644
--- a/README
+++ b/README
@@ -158,15 +158,15 @@ your own.
An interim implementation of dynamic DNS updates is included in this
release. This implementation is not currently supported, and is not
built by default. To use this implementation, you must have
-installed the latest version of bind 8.2 (see http://www.isc.org for
+installed BIND 8.2.2 or later (see http://www.isc.org for
more information about BIND). The configuration utility assumes that
-the BIND 8.2 distribution libraries and includes are under the
+the BIND 8.2.2 distribution libraries and includes are under the
/usr/local/bind directory, so if you have installed them elsewhere,
you should set the BINDLIB and BINDINC variables in site.conf to
override the values that will be set by the configure script from
Makefile.conf.
-Assuming that you have BIND 8.2 installed, you can build dynamic DNS
+Assuming that you have BIND 8.2.2 installed, you can build dynamic DNS
update support using:
./configure --with-nsupdate