From owner-svn-src-all@FreeBSD.ORG Mon Oct 22 02:12:12 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 068C36F3; Mon, 22 Oct 2012 02:12:12 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D916E8FC08; Mon, 22 Oct 2012 02:12:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9M2CBIt007981; Mon, 22 Oct 2012 02:12:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9M2CB4r007975; Mon, 22 Oct 2012 02:12:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210220212.q9M2CB4r007975@svn.freebsd.org> From: Eitan Adler Date: Mon, 22 Oct 2012 02:12:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241828 - in head: . sys/modules/3dfx sys/modules/cmx sys/modules/filemon tools/tools/sysdoc X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 02:12:12 -0000 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. Modified: head/sys/modules/3dfx/Makefile ============================================================================== --- head/sys/modules/3dfx/Makefile Mon Oct 22 02:12:06 2012 (r241827) +++ head/sys/modules/3dfx/Makefile Mon Oct 22 02:12:11 2012 (r241828) @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= cokane@FreeBSD.org - .PATH: $(.CURDIR)/../../dev/tdfx KMOD= 3dfx Modified: head/sys/modules/cmx/Makefile ============================================================================== --- head/sys/modules/cmx/Makefile Mon Oct 22 02:12:06 2012 (r241827) +++ head/sys/modules/cmx/Makefile Mon Oct 22 02:12:11 2012 (r241828) @@ -1,7 +1,5 @@ # $FreeBSD$ # -MAINTAINER= daniel@roe.ch - .PATH: ${.CURDIR}/../../dev/cmx KMOD= cmx Modified: head/sys/modules/filemon/Makefile ============================================================================== --- head/sys/modules/filemon/Makefile Mon Oct 22 02:12:06 2012 (r241827) +++ head/sys/modules/filemon/Makefile Mon Oct 22 02:12:11 2012 (r241828) @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= obrien@FreeBSD.org - .PATH: ${.CURDIR}/../../dev/filemon KMOD= filemon Modified: head/tools/tools/sysdoc/Makefile ============================================================================== --- head/tools/tools/sysdoc/Makefile Mon Oct 22 02:12:06 2012 (r241827) +++ head/tools/tools/sysdoc/Makefile Mon Oct 22 02:12:11 2012 (r241828) @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= trhodes@FreeBSD.org - sysctl.5: sh ${.CURDIR}/sysdoc.sh -k /boot/kernel