From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 2 13:28:16 2013 Return-Path: Delivered-To: freebsd-hackers@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 DCCA9C9A for ; Mon, 2 Dec 2013 13:28:16 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FA92131D for ; Mon, 2 Dec 2013 13:28:16 +0000 (UTC) Received: from 0x20.net (0x20.net [217.69.76.212]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id 5ED996A6002 for ; Mon, 2 Dec 2013 14:28:14 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 02 Dec 2013 14:28:14 +0100 From: Lars Engels To: freebsd-hackers@freebsd.org Subject: Re: unbound-control in FreeBSD-CURRENT and stable/10 Organization: FreeBSD In-Reply-To: <7507eb85a259cbb96c232625bb883460@mail.bakulin.de> References: <20131129142143.GA29437@olymp.kibab.com> <20131129142729.GA29580@olymp.kibab.com> <5298EA83.30705@bluerosetech.com> <7507eb85a259cbb96c232625bb883460@mail.bakulin.de> Message-ID: X-Sender: lme@FreeBSD.org User-Agent: Roundcube Webmail/0.7 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 13:28:16 -0000 Am 2013-12-02 13:56, schrieb Ilya Bakulin: > On 2013-11-29 20:26, Darren Pilgrim wrote: >> On 11/29/2013 6:27 AM, Ilya Bakulin wrote: >> >> There's really no bug to fix. The base has unbound in it, >> unbound-control is part of unbound. If you install unbound from >> ports, you should delete unbound from base. I haven't tried out 10.x >> yet, but you usually just set a knob like WITHOUT_UNBOUND in >> /etc/src.conf, then do: > Why on earth I should rebuild the whole system just to get rid of > Unbound? You removed the important thing: make -C /usr/src delete-old Together with WITHOUT_UNBOUND in src.conf the command just deletes unbound without building a new world. :)