From owner-cvs-src@FreeBSD.ORG Wed May 25 16:51:41 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 A8C3816A41C; Wed, 25 May 2005 16:51:41 +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 41A0143D5C; Wed, 25 May 2005 16:51:39 +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 j4PGpd6Z057646; Wed, 25 May 2005 09:51:39 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4PGpVk4057639; Wed, 25 May 2005 09:51:31 -0700 (PDT) (envelope-from obrien) Date: Wed, 25 May 2005 09:51:30 -0700 From: "David O'Brien" To: Jens Schweikhardt Message-ID: <20050525165130.GB57420@dragon.NUXI.org> References: <200505241854.j4OIs7c4082203@repoman.freebsd.org> <20050524191911.GA3933@xor.obsecurity.org> <20050524200857.GC31253@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050524200857.GC31253@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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 16:51:41 -0000 On Tue, May 24, 2005 at 10:08:57PM +0200, Jens Schweikhardt wrote: > On Tue, May 24, 2005 at 12:19:11PM -0700, Kris Kennaway wrote: > # On Tue, May 24, 2005 at 06:54:07PM +0000, Jens Schweikhardt wrote: > # > schweikh 2005-05-24 18:54:07 UTC > # > > # > FreeBSD src repository > # > > # > Modified files: > # > . MAINTAINERS > # > Log: > # > Update (reduce) the list of committers with MAINTAINER= lines in Makefiles. > # > # What was the point of this commit? > > Matching file contents with reality. > > # You removed the '@FreeBSD.org' from some lines but not others. > > 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? -- -- David (obrien@FreeBSD.org)