From owner-freebsd-current@FreeBSD.ORG Fri Mar 2 23:03:52 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 901CD1065678 for ; Fri, 2 Mar 2012 23:03:52 +0000 (UTC) (envelope-from rabgvzr@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 469FB8FC15 for ; Fri, 2 Mar 2012 23:03:52 +0000 (UTC) Received: by yhgm50 with SMTP id m50so1199084yhg.13 for ; Fri, 02 Mar 2012 15:03:51 -0800 (PST) Received-SPF: pass (google.com: domain of rabgvzr@gmail.com designates 10.236.79.193 as permitted sender) client-ip=10.236.79.193; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rabgvzr@gmail.com designates 10.236.79.193 as permitted sender) smtp.mail=rabgvzr@gmail.com; dkim=pass header.i=rabgvzr@gmail.com Received: from mr.google.com ([10.236.79.193]) by 10.236.79.193 with SMTP id i41mr16394143yhe.16.1330729431911 (num_hops = 1); Fri, 02 Mar 2012 15:03:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OCRsO/6ZXlbkPk4wM8v+f8DD4KvW17yB00ZN0mSavRI=; b=R+Y1+Gn5HB+wJF5+iG4eb9llKFATbgYBOFJ0mHnfKDmr35/y8IsItKuSL1mpJPbkVm vb9SvA5/sPxTdbM37OZ7vt1A+90tC7KKyEbxNRE49g1zcgYdB5y8f7M3Gy+8XVTPpobi mKcpa9XOjrISR/SMD1RD/eK4uxfLTlXCkBFGSyLUAlTYLV0ZPvitAMUU03O3RKyz7doH MGA6pqId0yfYlD1UfCuv0zS8yX+et6KMNA5jbcaeclen9eXaI7rg3gd6IeVvxvdZaLIK AHTFP4iqPOK0nYVSEmMAAxlJgrfIujz6xRbjhEPqndfo9IcaQMFjl56QWkhcBXMfyX6F /vvg== MIME-Version: 1.0 Received: by 10.236.79.193 with SMTP id i41mr12983189yhe.16.1330728088603; Fri, 02 Mar 2012 14:41:28 -0800 (PST) Received: by 10.236.144.130 with HTTP; Fri, 2 Mar 2012 14:41:28 -0800 (PST) Date: Fri, 2 Mar 2012 17:41:28 -0500 Message-ID: From: Rotate 13 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: 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:03:52 -0000 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. My main question is - how do I debug this? I have been combing over makefiles under /usr/src (not to mention, going through /etc/rc.d/ trying to figure out what actually started named). As far as I ascertain, _WITHOUT_SRCCONF is *not* set anywhere for world building; named_enable="no" in relevant rc.conf files; rpcbind and ntpd are not running either. Since named daemonized, it's not easy to tell who started it - and grepping everything in sight, I can't figure out how it got built in the first place. uname -a: FreeBSD xyz.example.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Feb 29 10:28:17 CST 2012 root@xyz.example.com:/usr/obj/usr/src/sys/CUSTOM amd64 I focused substantial attention on /usr/src/share/bsd.own.mk and worked outward; but did not find anything obvious. Advice on where to poke for the right information, much appreciated.