Follow the trend of moving MAINTAINER lines from Makefile into
src/MAINTAINERS.
This commit is contained in:
parent
5fd55dbf85
commit
739c7fe8f5
@ -79,6 +79,7 @@ sppp(4) joerg Just keep me informed of changes, try not to break it.
|
||||
libc nectar Opportuntity for pre-commit review appreciated for
|
||||
nsdispatch(3) and its consumers.
|
||||
unifdef(1) fanf Pre-commit review requested.
|
||||
ntp roberto 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.
|
||||
@ -169,8 +170,6 @@ usr.sbin/lpr/Makefile:MAINTAINER= wollman@FreeBSD.org
|
||||
usr.sbin/lpr/Makefile:MAINTAINER+= gad@FreeBSD.org
|
||||
usr.sbin/mailstats/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
usr.sbin/makemap/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
usr.sbin/ntp/Makefile:MAINTAINER= roberto@FreeBSD.org
|
||||
usr.sbin/ntp/Makefile.inc:MAINTAINER= roberto@FreeBSD.org
|
||||
usr.sbin/ntp/doc/Makefile:MAINTAINER= sheldonh@FreeBSD.org
|
||||
usr.sbin/pppd/Makefile:MAINTAINER= peter@freebsd.org
|
||||
usr.sbin/pppstats/Makefile:MAINTAINER= peter@freebsd.org
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Makefile for ntpd.
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= roberto
|
||||
|
||||
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
||||
ntptimeset ntptime ntp-genkeys
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= roberto
|
||||
|
||||
DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H
|
||||
NTPDEFS= -DSYS_FREEBSD
|
||||
# CLOCKDEFS=
|
||||
|
Loading…
Reference in New Issue
Block a user