From owner-svn-src-head@FreeBSD.ORG Thu Nov 28 19:13:06 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6753649C; Thu, 28 Nov 2013 19:13:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5313D1FCE; Thu, 28 Nov 2013 19:13:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASJD6H6066493; Thu, 28 Nov 2013 19:13:06 GMT (envelope-from rodrigc@svn.freebsd.org) Received: (from rodrigc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASJD6vC066492; Thu, 28 Nov 2013 19:13:06 GMT (envelope-from rodrigc@svn.freebsd.org) Message-Id: <201311281913.rASJD6vC066492@svn.freebsd.org> From: Craig Rodrigues Date: Thu, 28 Nov 2013 19:13:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258714 - head X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 19:13:06 -0000 Author: rodrigc Date: Thu Nov 28 19:13:05 2013 New Revision: 258714 URL: http://svnweb.freebsd.org/changeset/base/258714 Log: Add some text to clarify that nslookup and dig are no longer in the base system after the removal of BIND. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Nov 28 18:56:34 2013 (r258713) +++ head/UPDATING Thu Nov 28 19:13:05 2013 (r258714) @@ -76,7 +76,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 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