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[ <tab>]*=' - -sys/modules/3dfx/Makefile:MAINTAINER= cok...@freebsd.org -sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi <k...@ca2.so-net.ne.jp> -tools/tools/sysdoc/Makefile:MAINTAINER= trho...@freebsd.org +3dfx cokane Pre-commit review preferred. +cmx dan...@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= cok...@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= dan...@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= obr...@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= trho...@freebsd.org - sysctl.5: sh ${.CURDIR}/sysdoc.sh -k /boot/kernel _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"