Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 00:44:32 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r242112 - in stable/9: . sys/modules/3dfx sys/modules/cmx sys/modules/filemon tools/tools/sysdoc
Message-ID:  <201210260044.q9Q0iW7G084283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
-sys/modules/urio/Makefile:MAINTAINER=	Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
-tools/tools/sysdoc/Makefile:MAINTAINER=	trhodes@FreeBSD.org
+3dfx		cokane		Pre-commit review preferred.
+cmx		daniel@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@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@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@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@FreeBSD.org
-
 sysctl.5:
 	sh ${.CURDIR}/sysdoc.sh -k /boot/kernel
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210260044.q9Q0iW7G084283>