From owner-freebsd-current@FreeBSD.ORG Fri Mar 2 23:37:24 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52EE1106564A for ; Fri, 2 Mar 2012 23:37:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 354078FC0C for ; Fri, 2 Mar 2012 23:37:23 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:151b:ebdd:2c9b:1a78] (unknown [IPv6:2001:7b8:3a7:0:151b:ebdd:2c9b:1a78]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 6A3A75C37; Sat, 3 Mar 2012 00:37:22 +0100 (CET) Message-ID: <4F5159B2.2020204@FreeBSD.org> Date: Sat, 03 Mar 2012 00:37:22 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120216 Thunderbird/11.0 MIME-Version: 1.0 To: Rotate 13 References: In-Reply-To: X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: src.conf ignored; phantom named X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 02 Mar 2012 23:37:24 -0000 On 2012-03-02 23:41, Rotate 13 wrote: > I set WITHOUT_BIND="yes" in /etc/src.conf, and built/installed world. > Not only does /usr/sbin/named exist - named is actually started! > Several other WITHOUT_* variables also were apparently ignored, as > evidenced by stuff installed on running system. Have you run "make delete-old" and "make delete-old-libs" after installing world? You will have to do this the first time, to properly get rid of all the stuff you disabled using WITHOUT_XXX settings.