diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2013-12-12 21:51:33 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2013-12-12 21:51:33 +0000 |
commit | baf65b8b8d2550ceaa8826a64fed67774424e0c9 (patch) | |
tree | 740d81a2cb1e7ad45cf92490029590fa055026ac /release | |
parent | b8648b775ac53e96f3a168ab937cc4ad57a56fa8 (diff) | |
download | FreeBSD-src-baf65b8b8d2550ceaa8826a64fed67774424e0c9.zip FreeBSD-src-baf65b8b8d2550ceaa8826a64fed67774424e0c9.tar.gz |
MFC r259274
Mention BIND removal in release notes.
Submitted by: skreuzer
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 4440bdd..647d6c7 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -328,6 +328,13 @@ <sect2 xml:id="userland"> <title>Userland Changes</title> + <para role="merged">BIND has been replaced by &man.unbound.8; for + local dns resolution in the base system. With this change, nslookup + and dig are no longer a part of the base system. Users should + instead use &man.host.1; and &man.drill.1; Alternatively, + nslookup and dig can be obtained by installing the + dns/bind-tools port.</para> + <para role="merged">The &man.adduser.8; utility now supports a <option>-M</option> option to set the mode of a new user's home directory.</para> |