From owner-svn-src-head@FreeBSD.ORG Mon Oct 22 14:37:41 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 154ACEF1; Mon, 22 Oct 2012 14:37:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id DA4CA8FC14; Mon, 22 Oct 2012 14:37:40 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 46D4BB91A; Mon, 22 Oct 2012 10:37:40 -0400 (EDT) From: John Baldwin To: Eitan Adler Subject: Re: svn commit: r241828 - in head: . sys/modules/3dfx sys/modules/cmx sys/modules/filemon tools/tools/sysdoc Date: Mon, 22 Oct 2012 09:36:08 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <201210220212.q9M2CB4r007975@svn.freebsd.org> In-Reply-To: <201210220212.q9M2CB4r007975@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201210220936.08670.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 22 Oct 2012 10:37:40 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 14:37:41 -0000 On Sunday, October 21, 2012 10:12:11 pm Eitan Adler wrote: > Author: eadler > Date: Mon Oct 22 02:12:11 2012 > New Revision: 241828 > URL: http://svn.freebsd.org/changeset/base/241828 > > Log: > Finish migration of MAINTAINER entries > > Approved by: cperciva > MFC after: 3 days > > Modified: > head/MAINTAINERS > head/sys/modules/3dfx/Makefile > head/sys/modules/cmx/Makefile > head/sys/modules/filemon/Makefile > head/tools/tools/sysdoc/Makefile > > Modified: head/MAINTAINERS > ============================================================================== > --- head/MAINTAINERS Mon Oct 22 02:12:06 2012 (r241827) > +++ head/MAINTAINERS Mon Oct 22 02:12:11 2012 (r241828) > @@ -120,16 +120,7 @@ lib/libc/stdtime edwin Heads-up apprec > is maintained by a third party source. > sbin/routed bms Pre-commit review; notify vendor at rhyolite.com > isci(4) jimharris Pre-commit review requested. > - > -Following are the entries from the Makefiles, and a few other sources. > -Please remove stale entries from both their origin, and this file. > - > -Please also consider removing the lines from the files listed below and > -stating your preferences here instead. > - > -List below generated with: > -$ cd /usr/src; find */* -type f|xargs egrep 'MAINTAINER[ ]*=' > - > -sys/modules/3dfx/Makefile:MAINTAINER= cokane@FreeBSD.org > -sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi > -tools/tools/sysdoc/Makefile:MAINTAINER= trhodes@FreeBSD.org > +3dfx cokane Pre-commit review preferred. > +cmx daniel@roe.ch Pre-commit review preferred. > +fileman obrien Pre-commit review preferred. > +sysdoc trhodes Pre-commit review preferred. s/fileman/filemon/? -- John Baldwin