aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-06-01 22:05:08 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-06-01 22:05:08 +0000
commit917f9272552f53051c2565455cf463703988e9b3 (patch)
treedb30ff216e3e24124acb98ef9cb7b3d6ca156210
parente940965658140f96aee41af15173e85edbcba309 (diff)
Update note about IDN and XML support, and combine it with the
note about IPv6 support Fix alphebetization of the new dnssec-keyfromlabel directory
Notes
Notes: svn path=/vendor/bind9/dist/; revision=193281
-rw-r--r--FREEBSD-Upgrade12
1 files changed, 5 insertions, 7 deletions
diff --git a/FREEBSD-Upgrade b/FREEBSD-Upgrade
index 643562359ed3..1da0e8cd4494 100644
--- a/FREEBSD-Upgrade
+++ b/FREEBSD-Upgrade
@@ -63,9 +63,6 @@
10) Generate and run configure:
- NOTE: Disabling libxml and idn is temporary, adding support
- for these features is planned.
-
aclocal ; autoheader ; autoconf
$ ./configure --prefix=/usr \
--without-libxml2 --without-idn \
@@ -74,9 +71,10 @@
--enable-getifaddrs --disable-linux-caps \
--with-openssl=/usr --with-randomdev=/dev/random
- Note that we intentionally disable IPv6 support on the configure
- command line; src/lib/bind/config.mk will re-enable it at compile
- time if WITHOUT_INET6 is not defined.
+ NOTE: Disabling libxml, idn, and IPv6 is the default.
+ Knobs are provided for users to enabled the first 2, and
+ src/lib/bind/config.mk will re-enable IPv6 at compile
+ time if WITHOUT_INET6 is not defined.
11) Copy the following generated files to src/lib/bind:
@@ -113,8 +111,8 @@
src/usr.bin/nslookup bind9/bin/dig
src/usr.bin/nsupdate bind9/bin/nsupdate
src/usr.sbin/dnssec-dsfromkey bind9/bin/dnssec
- src/usr.sbin/dnssec-keygen bind9/bin/dnssec
src/usr.sbin/dnssec-keyfromlabel bind9/bin/dnssec
+ src/usr.sbin/dnssec-keygen bind9/bin/dnssec
src/usr.sbin/dnssec-signzone bind9/bin/dnssec
src/usr.sbin/named bind9/bin/named
src/usr.sbin/named-checkconf bind9/bin/check