From owner-cvs-src@FreeBSD.ORG Sun Aug 7 01:10:48 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD24C16A41F; Sun, 7 Aug 2005 01:10:48 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C2843D45; Sun, 7 Aug 2005 01:10:48 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j771AYJ6072155; Sat, 6 Aug 2005 19:10:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 06 Aug 2005 19:11:38 -0600 (MDT) Message-Id: <20050806.191138.104336036.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <42F4F1D9.8050006@samsco.org> References: <200508061652.j76GqVWK010538@repoman.freebsd.org> <42F4F1D9.8050006@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 06 Aug 2005 19:10:34 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, phk@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/amd Makefile.inc src/usr.sbin/amd/amd Makefile src/usr.sbin/amd/include config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 01:10:49 -0000 In message: <42F4F1D9.8050006@samsco.org> Scott Long writes: : Poul-Henning Kamp wrote: : > phk 2005-08-06 16:52:30 UTC : > : > FreeBSD src repository : > : > Modified files: : > usr.sbin/amd Makefile.inc : > usr.sbin/amd/amd Makefile : > usr.sbin/amd/include config.h : > Log: : > Respect the YES_HESIOD build variable : > : > Revision Changes Path : > 1.12 +4 -0 src/usr.sbin/amd/Makefile.inc : > 1.25 +5 -1 src/usr.sbin/amd/amd/Makefile : > 1.31 +23 -0 src/usr.sbin/amd/include/config.h : : It's silly to argue of the naming of variables, but yes adding : new prefixes only seeds confusion. Agreed. I was going to write up a patch that will remove this confusion and respect the current way of doing NO_FOO from a user's perspective. All I ask is that this not be MFC'd for a bit until we know what direction to take. Warner