Date: Fri, 26 Oct 2012 00:44:35 +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-8@freebsd.org Subject: svn commit: r242113 - in stable/8: . sys/modules/3dfx sys/modules/cmx sys/modules/filemon tools/tools/sysdoc Message-ID: <201210260044.q9Q0iZWk084330@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Fri Oct 26 00:44:34 2012 New Revision: 242113 URL: http://svn.freebsd.org/changeset/base/242113 Log: MFC r241828,r241891: Finish migration of MAINTAINER entries Approved by: cperciva (implicit) Modified: stable/8/MAINTAINERS (contents, props changed) stable/8/sys/modules/3dfx/Makefile stable/8/sys/modules/cmx/Makefile stable/8/sys/modules/filemon/Makefile stable/8/tools/tools/sysdoc/Makefile Directory Properties: stable/8/sys/ (props changed) stable/8/sys/modules/ (props changed) stable/8/tools/tools/sysdoc/ (props changed) Modified: stable/8/MAINTAINERS ============================================================================== --- stable/8/MAINTAINERS Fri Oct 26 00:44:32 2012 (r242112) +++ stable/8/MAINTAINERS Fri Oct 26 00:44:34 2012 (r242113) @@ -125,17 +125,7 @@ usr.sbin/bluetooth emax Pre-commit revie gnu/usr.bin/send-pr bugmaster Pre-commit review requested. ncurses rafan Heads-up appreciated, try not to break it. 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 -usr.sbin/zic/Makefile:MAINTAINER= wollman@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/8/sys/modules/3dfx/Makefile ============================================================================== --- stable/8/sys/modules/3dfx/Makefile Fri Oct 26 00:44:32 2012 (r242112) +++ stable/8/sys/modules/3dfx/Makefile Fri Oct 26 00:44:34 2012 (r242113) @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= cokane@FreeBSD.org - .PATH: $(.CURDIR)/../../dev/tdfx KMOD= 3dfx Modified: stable/8/sys/modules/cmx/Makefile ============================================================================== --- stable/8/sys/modules/cmx/Makefile Fri Oct 26 00:44:32 2012 (r242112) +++ stable/8/sys/modules/cmx/Makefile Fri Oct 26 00:44:34 2012 (r242113) @@ -1,7 +1,5 @@ # $FreeBSD$ # -MAINTAINER= daniel@roe.ch - .PATH: ${.CURDIR}/../../dev/cmx KMOD= cmx Modified: stable/8/sys/modules/filemon/Makefile ============================================================================== --- stable/8/sys/modules/filemon/Makefile Fri Oct 26 00:44:32 2012 (r242112) +++ stable/8/sys/modules/filemon/Makefile Fri Oct 26 00:44:34 2012 (r242113) @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= obrien@FreeBSD.org - .PATH: ${.CURDIR}/../../dev/filemon KMOD= filemon Modified: stable/8/tools/tools/sysdoc/Makefile ============================================================================== --- stable/8/tools/tools/sysdoc/Makefile Fri Oct 26 00:44:32 2012 (r242112) +++ stable/8/tools/tools/sysdoc/Makefile Fri Oct 26 00:44:34 2012 (r242113) @@ -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.q9Q0iZWk084330>