From ca049787a5b01d11777eaf094402cc97587003df Mon Sep 17 00:00:00 2001 From: eadler Date: Fri, 26 Oct 2012 00:44:32 +0000 Subject: [PATCH] MFC r241828,r241891: Finish migration of MAINTAINER entries Approved by: cperciva (implicit) git-svn-id: svn://svn.freebsd.org/base/stable/9@242112 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- MAINTAINERS | 17 ++++------------- sys/modules/3dfx/Makefile | 2 -- sys/modules/cmx/Makefile | 2 -- sys/modules/filemon/Makefile | 2 -- tools/tools/sysdoc/Makefile | 2 -- 5 files changed, 4 insertions(+), 21 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f95bcff5b..91f57f831 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -127,16 +127,7 @@ sysinstall randi Please contact about any major changes so that 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[ ]*=' - -sys/modules/3dfx/Makefile:MAINTAINER= cokane@FreeBSD.org -sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi -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. diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index ac7730b27..67f183150 100644 --- a/sys/modules/3dfx/Makefile +++ b/sys/modules/3dfx/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= cokane@FreeBSD.org - .PATH: $(.CURDIR)/../../dev/tdfx KMOD= 3dfx diff --git a/sys/modules/cmx/Makefile b/sys/modules/cmx/Makefile index 9da17b20b..779a8301d 100644 --- a/sys/modules/cmx/Makefile +++ b/sys/modules/cmx/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ # -MAINTAINER= daniel@roe.ch - .PATH: ${.CURDIR}/../../dev/cmx KMOD= cmx diff --git a/sys/modules/filemon/Makefile b/sys/modules/filemon/Makefile index 3bb5351c7..e6df2bc90 100644 --- a/sys/modules/filemon/Makefile +++ b/sys/modules/filemon/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= obrien@FreeBSD.org - .PATH: ${.CURDIR}/../../dev/filemon KMOD= filemon diff --git a/tools/tools/sysdoc/Makefile b/tools/tools/sysdoc/Makefile index f3704dab9..724d62cf2 100644 --- a/tools/tools/sysdoc/Makefile +++ b/tools/tools/sysdoc/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= trhodes@FreeBSD.org - sysctl.5: sh ${.CURDIR}/sysdoc.sh -k /boot/kernel -- 2.45.0