From 90e13cd2ebe3ea1c12bc90e6e86b17b39673832c Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 22 Oct 2012 02:12:11 +0000 Subject: Finish migration of MAINTAINER entries Approved by: cperciva MFC after: 3 days --- 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 ecf5c1d..91d9eac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -120,16 +120,7 @@ lib/libc/stdtime edwin Heads-up appreciated, since parts of this code 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[ ]*=' - -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. +fileman obrien Pre-commit review preferred. +sysdoc trhodes Pre-commit review preferred. diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index ac7730b..67f1831 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 9da17b2..779a830 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 3bb5351..e6df2bc 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 f3704da..724d62c 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 -- cgit v1.1