From owner-freebsd-current@FreeBSD.ORG Sat Oct 12 03:17:05 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8B9499 for ; Sat, 12 Oct 2013 03:17:05 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from rush.bluerosetech.com (rush.bluerosetech.com [IPv6:2607:fc50:1000:9b00::25]) (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 9BC5124C6 for ; Sat, 12 Oct 2013 03:17:05 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:1680:365:21c:c0ff:fe7f:96ee]) by rush.bluerosetech.com (Postfix) with ESMTPSA id 34DC111437; Fri, 11 Oct 2013 20:17:03 -0700 (PDT) Received: from [IPv6:2601:7:1680:365:e014:714:9e41:4c79] (unknown [IPv6:2601:7:1680:365:e014:714:9e41:4c79]) by chombo.houseloki.net (Postfix) with ESMTPSA id 7B648590; Fri, 11 Oct 2013 20:16:58 -0700 (PDT) Message-ID: <5258BF23.5090005@bluerosetech.com> Date: Fri, 11 Oct 2013 20:16:51 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Thomas Mueller , freebsd-current@freebsd.org Subject: Re: What happened to nslookup? References: <0E.82.01315.25778525@cdptpa-oedge03> <20131011221302.GH1611@albert.catwhisker.org> <54.9B.16944.480B8525@cdptpa-oedge02> In-Reply-To: <54.9B.16944.480B8525@cdptpa-oedge02> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 03:17:05 -0000 On 10/11/2013 7:14 PM, Thomas Mueller wrote: >> On Fri, Oct 11, 2013 at 10:10:26PM +0000, Thomas Mueller wrote: >> ... >>> Whatever happened to /usr/bin/nslookup in FreeBSD-current, and >>> what is one supposed to use in its place? >> .... > >> Use "host." > >> nslookup was part of BIND, and has been deprecated for years >> (IIRC). > >> Peace, david > -- >> David H. Wolfskill >> david@catwhisker.org > > Thanks for info! > > I saw that bind was removed from the current branch because of > security problems, but didn't know nslookup was part of BIND. That one caught me as well when I did make check-old with WITHOUT_BIND=YES. I installed dns/bind-tools to replace them (and got much newer versions in the process).