From owner-freebsd-questions@freebsd.org Tue Dec 5 14:30:27 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C030E6B88D for ; Tue, 5 Dec 2017 14:30:27 +0000 (UTC) (envelope-from gewasiuk@blackhorselabs.net) Received: from mail1.blackhorselabs.net (mail1.blackhorselabs.net [34.236.90.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B5E57CA25 for ; Tue, 5 Dec 2017 14:30:26 +0000 (UTC) (envelope-from gewasiuk@blackhorselabs.net) Received: by mail1.blackhorselabs.net (Postfix, from userid 1002) id 0F971907B5; Tue, 5 Dec 2017 09:30:25 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail1.blackhorselabs.net (Postfix) with ESMTP id 0D035907B2 for ; Tue, 5 Dec 2017 09:30:25 -0500 (EST) Date: Tue, 5 Dec 2017 09:30:25 -0500 (EST) From: Gordon Ewasiuk To: freebsd-questions@freebsd.org Subject: SOLVED (was Re: Package conflict: bind v/s bind-tools) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (BSF 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2017 14:30:27 -0000 On Tue, 5 Dec 2017, Matthew Seaman wrote: >> Pkg tells me I can have bind OR bind-utils due to a conflict with >> arpaname, which comes with bind: >> (snip) >> So...I can have BIND and run a DNS server or I can have dig/delv and not >> run BIND? >> >> Is this a recent change?? Has anyone else encountered it?? If so, how >> did you handle it?? (Unbound isn't an option for me at this time.) > > The bind server package includes everything that's in the bind-utils > package: > > % pkg which /usr/local/bin/dig > /usr/local/bin/dig was installed by package bind911-9.11.2_4 > % pkg which /usr/local/bin/delv > /usr/local/bin/delv was installed by package bind911-9.11.2_4 Hi Matthew, Right before I saw your msg, I discovered that myself. Argh. Sorry for bothering the list. Thanks for the quick reply. -Gordon