svn commit: r258734 - stable/10
Craig Rodrigues
rodrigc at FreeBSD.org
Fri Nov 29 07:12:11 UTC 2013
Author: rodrigc
Date: Fri Nov 29 07:12:10 2013
New Revision: 258734
URL: http://svnweb.freebsd.org/changeset/base/258734
Log:
MFC r258714
Add some text to clarify that nslookup and dig are no longer in the
base system after the removal of BIND.
Approved by: re (delphij)
Modified:
stable/10/UPDATING (contents, props changed)
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/UPDATING
==============================================================================
--- stable/10/UPDATING Fri Nov 29 07:08:17 2013 (r258733)
+++ stable/10/UPDATING Fri Nov 29 07:12:10 2013 (r258734)
@@ -55,7 +55,12 @@ older version of current is a bit fragil
BIND has been removed from the base system. If all you need
is a local resolver, simply enable and start the local_unbound
service instead. Otherwise, several versions of BIND are
- available in the ports tree.
+ available in the ports tree. The dns/bind99 port is one example.
+
+ With this change, nslookup(1) and dig(1) are no longer in the base
+ system. Users should instead use host(1) which is still
+ in the base system. Alternatively, nslookup and dig can
+ be obtained by installing the dns/bind-tools port.
20130916:
With the addition of unbound(8), a new unbound user is now
More information about the svn-src-stable
mailing list