From owner-cvs-all@FreeBSD.ORG Tue Sep 2 00:42:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8DE916A4BF; Tue, 2 Sep 2003 00:42:33 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC5B43FFD; Tue, 2 Sep 2003 00:42:32 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h827gRi8042549; Tue, 2 Sep 2003 09:42:27 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Alexey Dokuchaev From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 02 Sep 2003 14:29:12 +0700." <20030902072912.GA63869@regency.nsu.ru> Date: Tue, 02 Sep 2003 09:42:27 +0200 Message-ID: <42548.1062488547@critter.freebsd.dk> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 07:42:33 -0000 In message <20030902072912.GA63869@regency.nsu.ru>, Alexey Dokuchaev writes: >On Mon, Sep 01, 2003 at 11:43:58PM -0700, Poul-Henning Kamp wrote: >> phk 2003/09/01 23:43:58 PDT >> >> FreeBSD src repository >> >> Modified files: >> rescue/rescue Makefile >> Log: >> Teach rescue about NOATM, NO_VINUM and NOINET6 > >Uhm.. NO_FOO vs. NOFOO issues again? :-/ >I've been under impression that those were solved once and forever. NOATM and NOINET6 were preexisting options, and rather than start the "1.0 compatibility at any cost!" bikeshed I simply have propagated them to other relevant places. A review of make.conf(5) shows no evidence of consistency: bang# man make.conf | col -b | grep -c '^ NO[^_]' 12 bang# man make.conf | col -b | grep -c '^ NO[_]' 24 If somebody wants to brave the mentioned bikeshed I'll have absolutely no problem with them doing a rename according to whatever rules of diplomacy applies. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.