diff options
author | taca <taca@pkgsrc.org> | 2012-03-07 14:25:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-07 14:25:00 +0000 |
commit | b8e71188a026e5765ee835841ff3fa18b4d73d69 (patch) | |
tree | a675527316a858bcbbdf7d4228357b0c4396f7b3 /net/bind99/MESSAGE | |
parent | 9872cc90aa116aece07f4fe85959a308c5d4cbe7 (diff) | |
download | pkgsrc-b8e71188a026e5765ee835841ff3fa18b4d73d69.tar.gz |
Importing BIND 9.9.0 as pkgsrc/net/bind99.
Introduction
BIND 9.9.0 is the first production release of BIND 9.9.
This document summarizes changes from BIND 9.8 to BIND 9.9.
Please see the CHANGES file in the source code release for a
complete list of all changes.
New Features
* The new "inline-signing" option
* NXDOMAIN redirection
* "rndc flushtree <name>" command
* "rndc sync" command
* The new "rndc signing" command
* "auto-dnssec" zones
* Improves the startup time
And more.
Diffstat (limited to 'net/bind99/MESSAGE')
-rw-r--r-- | net/bind99/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/bind99/MESSAGE b/net/bind99/MESSAGE new file mode 100644 index 00000000000..aa0786ab5a7 --- /dev/null +++ b/net/bind99/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2012/03/07 14:25:00 taca Exp $ + +Please consider running BIND under the pseudo user account "${BIND_USER}" +in a chroot environment for security reasons. + +To achieve this, set the variable "named_chrootdir" in /etc/rc.conf to +the directory with the chroot environment e.g. "${BIND_DIR}". + +=========================================================================== |