svn commit: r241828 - in head: . sys/modules/3dfx sys/modules/cmx sys/modules/filemon tools/tools/sysdoc
Eitan Adler
eadler at FreeBSD.org
Mon Oct 22 02:12:12 UTC 2012
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= cokane at FreeBSD.org
-sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi <kzmi at ca2.so-net.ne.jp>
-tools/tools/sysdoc/Makefile:MAINTAINER= trhodes at FreeBSD.org
+3dfx cokane Pre-commit review preferred.
+cmx daniel at 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 at 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 at 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 at 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 at FreeBSD.org
-
sysctl.5:
sh ${.CURDIR}/sysdoc.sh -k /boot/kernel
More information about the svn-src-head
mailing list