Looking just at Makefiles was slightly too narrow to catch all

"inofficial" declarations of maintainership. Grep all plain files,
and insert the actual command the list was generated with, so
future updates avoid that pitfall.

Removed sheldonh@ who just released his maintainership of ntp/doc
after I informed him of this effort.
This commit is contained in:
Jens Schweikhardt 2005-05-25 17:37:57 +00:00
parent ff7f0e8636
commit cf27ba88ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146629

View File

@ -113,7 +113,11 @@ Please remove stale entries from both their origin, and this file.
Please also consider removing the lines from the files listed below and Please also consider removing the lines from the files listed below and
stating your preferences here instead. stating your preferences here instead.
List below generated with:
$ cd /usr/src; find */* -type f|xargs egrep 'MAINTAINER[ <tab>]*='
bin/dd/Makefile:MAINTAINER= green@FreeBSD.org bin/dd/Makefile:MAINTAINER= green@FreeBSD.org
contrib/cvs/FREEBSD-upgrade:MAINTAINER= peter@FreeBSD.org
games/fortune/datfiles/Makefile:MAINTAINER= jkh games/fortune/datfiles/Makefile:MAINTAINER= jkh
gnu/usr.bin/cvs/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/Makefile:MAINTAINER= peter@FreeBSD.org
gnu/usr.bin/cvs/contrib/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/contrib/Makefile:MAINTAINER= peter@FreeBSD.org
@ -123,9 +127,13 @@ gnu/usr.bin/cvs/doc/Makefile:MAINTAINER= peter@FreeBSD.org
gnu/usr.bin/cvs/lib/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/lib/Makefile:MAINTAINER= peter@FreeBSD.org
gnu/usr.bin/cvs/libdiff/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/libdiff/Makefile:MAINTAINER= peter@FreeBSD.org
gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch
lib/libc/posix1e/Makefile.inc:MAINTAINER= rwatson@FreeBSD.org
lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG
lib/libz/Makefile:MAINTAINER=peter@FreeBSD.org lib/libz/Makefile:MAINTAINER=peter@FreeBSD.org
sbin/dhclient/Makefile.inc:MAINTAINER= mbr
sys/compat/svr4/Makefile:MAINTAINER= newton@freebsd.org sys/compat/svr4/Makefile:MAINTAINER= newton@freebsd.org
sys/dev/asr/MAINTAINER:MAINTAINER = obrien@freebsd, scott_long@btc.adaptec.com, mark_salyzyn@adaptec.com
sys/dev/bktr/CHANGELOG.TXT: * MAINTAINER = Roger Hardiman <roger@freebsd.org>
sys/modules/3dfx/Makefile:MAINTAINER= cokane@FreeBSD.org sys/modules/3dfx/Makefile:MAINTAINER= cokane@FreeBSD.org
sys/modules/bktr/bktr_mem/Makefile:MAINTAINER= roger@freebsd.org sys/modules/bktr/bktr_mem/Makefile:MAINTAINER= roger@freebsd.org
sys/modules/cam/Makefile:MAINTAINER= n_hibma@freebsd.org sys/modules/cam/Makefile:MAINTAINER= n_hibma@freebsd.org
@ -147,6 +155,5 @@ sys/modules/usb/Makefile:MAINTAINER= n_hibma@freebsd.org
sys/modules/uscanner/Makefile:MAINTAINER= n_hibma@freebsd.org sys/modules/uscanner/Makefile:MAINTAINER= n_hibma@freebsd.org
tools/tools/sysdoc/Makefile:MAINTAINER= trhodes@FreeBSD.org tools/tools/sysdoc/Makefile:MAINTAINER= trhodes@FreeBSD.org
usr.bin/locate/Makefile:MAINTAINER= wosch usr.bin/locate/Makefile:MAINTAINER= wosch
usr.sbin/ntp/doc/Makefile:MAINTAINER= sheldonh
usr.sbin/pppstats/Makefile:MAINTAINER= peter@freebsd.org usr.sbin/pppstats/Makefile:MAINTAINER= peter@freebsd.org
usr.sbin/zic/Makefile:MAINTAINER= wollman@FreeBSD.org usr.sbin/zic/Makefile:MAINTAINER= wollman@FreeBSD.org