From owner-cvs-all@FreeBSD.ORG Wed May 25 19:44:13 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 910DD16A41C; Wed, 25 May 2005 19:44:13 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from schizoid.village.org (schizoid.village.org [168.103.84.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001EC43D1F; Wed, 25 May 2005 19:44:09 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (duck-pond.village.org [10.200.4.2]) by schizoid.village.org (8.12.9p2/8.12.9) with ESMTP id j4PJi6VY034439; Wed, 25 May 2005 13:44:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 25 May 2005 13:44:05 -0600 (MDT) Message-Id: <20050525.134405.112588150.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050525165130.GB57420@dragon.NUXI.org> References: <20050524191911.GA3933@xor.obsecurity.org> <20050524200857.GC31253@schweikhardt.net> <20050525165130.GB57420@dragon.NUXI.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, schweikh@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org, schweikh@schweikhardt.net Subject: Re: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 25 May 2005 19:44:13 -0000 In message: <20050525165130.GB57420@dragon.NUXI.org> "David O'Brien" writes: : 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? Actually, core had announced that we wanted people to move into src/MAINTAINERS and were going to remove the lintes from the Makefiles and NOT place them in src/MAINTAINERS. These commits have made that harder. :-( Warner