diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 02:12:11 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-22 02:12:11 +0000 |
commit | 4e730560e941ec75adb51a47ac3560b704600501 (patch) | |
tree | 73f15912f90b4b973edf2f81d2c6a4549ab4bd54 | |
parent | 5d08632ebaf721fe10748365a4565958f6b166c4 (diff) |
Notes
-rw-r--r-- | MAINTAINERS | 17 | ||||
-rw-r--r-- | sys/modules/3dfx/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/cmx/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/filemon/Makefile | 2 | ||||
-rw-r--r-- | tools/tools/sysdoc/Makefile | 2 |
5 files changed, 4 insertions, 21 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ecf5c1d5ae48..91d9eac106c7 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[ <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. +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 ac7730b276ee..67f183150641 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 9da17b20bfa9..779a8301d5b2 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 3bb5351c7772..e6df2bc90da2 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 f3704dab9eb7..724d62cf2f39 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 |