From owner-cvs-all@FreeBSD.ORG Wed May 25 20:49:45 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 C8FCB16A41C; Wed, 25 May 2005 20:49:45 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B74043D48; Wed, 25 May 2005 20:49:45 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4PKnfrK061896; Wed, 25 May 2005 13:49:41 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4PKne8n061895; Wed, 25 May 2005 13:49:40 -0700 (PDT) (envelope-from obrien) Date: Wed, 25 May 2005 13:49:40 -0700 From: "David O'Brien" To: Jens Schweikhardt Message-ID: <20050525204940.GA61864@dragon.NUXI.org> References: <200505241854.j4OIs7c4082203@repoman.freebsd.org> <20050524191911.GA3933@xor.obsecurity.org> <20050524200857.GC31253@schweikhardt.net> <20050525165130.GB57420@dragon.NUXI.org> <20050525171401.GC1597@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050525171401.GC1597@schweikhardt.net> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Jens Schweikhardt Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 20:49:45 -0000 On Wed, May 25, 2005 at 07:14:01PM +0200, Jens Schweikhardt wrote: > David, > > # > The new list was generated by > # > find /usr/src -name Makefile | xargs grep MAINTAINER= > # .. > # > I hope this clarifies reason and intent of my commit. > # > # I don't follow. Are you saying you treated MAINTAINER lines in the > # Makefile's as the official list, or /usr/src/MAINTAINERS as the official > # list? > > Official: /usr/src/MAINTAINERS > Inofficial: Makefiles with MAINTAINER= > But the official file has at its bottom a list of inofficial Makefile > references. I'm trying to get down that list to zero entries, by telling .. > Does that answer your question? Ah, got it. Thanks.