summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2003-06-05 05:03:01 +0000
committerroberto <roberto@FreeBSD.org>2003-06-05 05:03:01 +0000
commit739c7fe8f518c602cb9f4909c58b694dd70f4efe (patch)
treec2d7c4b0cf14e262303d9ada160eddc955215cd5
parent5fd55dbf851e2109d785f953b69000ce3b5b6ce3 (diff)
downloadFreeBSD-src-739c7fe8f518c602cb9f4909c58b694dd70f4efe.zip
FreeBSD-src-739c7fe8f518c602cb9f4909c58b694dd70f4efe.tar.gz
Follow the trend of moving MAINTAINER lines from Makefile into
src/MAINTAINERS.
-rw-r--r--MAINTAINERS3
-rw-r--r--usr.sbin/ntp/Makefile2
-rw-r--r--usr.sbin/ntp/Makefile.inc2
3 files changed, 1 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2e17525..91f8f01 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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
diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile
index 6605c6e..8f665da 100644
--- a/usr.sbin/ntp/Makefile
+++ b/usr.sbin/ntp/Makefile
@@ -1,8 +1,6 @@
# Makefile for ntpd.
# $FreeBSD$
-MAINTAINER= roberto
-
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
ntptimeset ntptime ntp-genkeys
diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc
index 322a56d..1f548ee 100644
--- a/usr.sbin/ntp/Makefile.inc
+++ b/usr.sbin/ntp/Makefile.inc
@@ -1,7 +1,5 @@
# $FreeBSD$
-MAINTAINER= roberto
-
DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H
NTPDEFS= -DSYS_FREEBSD
# CLOCKDEFS=
OpenPOWER on IntegriCloud