svn commit: r242112 - in stable/9: . sys/modules/3dfx sys/modules/cmx sys/modules/filemon tools/tools/sysdoc
Eitan Adler
eadler at FreeBSD.org
Fri Oct 26 00:44:33 UTC 2012
Author: eadler
Date: Fri Oct 26 00:44:32 2012
New Revision: 242112
URL: http://svn.freebsd.org/changeset/base/242112
Log:
MFC r241828,r241891:
Finish migration of MAINTAINER entries
Approved by: cperciva (implicit)
Modified:
stable/9/MAINTAINERS (contents, props changed)
stable/9/sys/modules/3dfx/Makefile
stable/9/sys/modules/cmx/Makefile
stable/9/sys/modules/filemon/Makefile
stable/9/tools/tools/sysdoc/Makefile
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/modules/ (props changed)
stable/9/tools/tools/sysdoc/ (props changed)
Modified: stable/9/MAINTAINERS
==============================================================================
--- stable/9/MAINTAINERS Fri Oct 26 00:35:30 2012 (r242111)
+++ stable/9/MAINTAINERS Fri Oct 26 00:44:32 2012 (r242112)
@@ -127,16 +127,7 @@ sysinstall randi Please contact about an
they can be co-ordinated.
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.
+filemon obrien Pre-commit review preferred.
+sysdoc trhodes Pre-commit review preferred.
Modified: stable/9/sys/modules/3dfx/Makefile
==============================================================================
--- stable/9/sys/modules/3dfx/Makefile Fri Oct 26 00:35:30 2012 (r242111)
+++ stable/9/sys/modules/3dfx/Makefile Fri Oct 26 00:44:32 2012 (r242112)
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= cokane at FreeBSD.org
-
.PATH: $(.CURDIR)/../../dev/tdfx
KMOD= 3dfx
Modified: stable/9/sys/modules/cmx/Makefile
==============================================================================
--- stable/9/sys/modules/cmx/Makefile Fri Oct 26 00:35:30 2012 (r242111)
+++ stable/9/sys/modules/cmx/Makefile Fri Oct 26 00:44:32 2012 (r242112)
@@ -1,7 +1,5 @@
# $FreeBSD$
#
-MAINTAINER= daniel at roe.ch
-
.PATH: ${.CURDIR}/../../dev/cmx
KMOD= cmx
Modified: stable/9/sys/modules/filemon/Makefile
==============================================================================
--- stable/9/sys/modules/filemon/Makefile Fri Oct 26 00:35:30 2012 (r242111)
+++ stable/9/sys/modules/filemon/Makefile Fri Oct 26 00:44:32 2012 (r242112)
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= obrien at FreeBSD.org
-
.PATH: ${.CURDIR}/../../dev/filemon
KMOD= filemon
Modified: stable/9/tools/tools/sysdoc/Makefile
==============================================================================
--- stable/9/tools/tools/sysdoc/Makefile Fri Oct 26 00:35:30 2012 (r242111)
+++ stable/9/tools/tools/sysdoc/Makefile Fri Oct 26 00:44:32 2012 (r242112)
@@ -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-stable-9
mailing list