Remove MAINTAINER= lines from individual Makefiles in favor of the
MAINTAINER file (which already had entries for sendmail).
This commit is contained in:
parent
deabab50c5
commit
e95dd66c1f
15
MAINTAINERS
15
MAINTAINERS
@ -86,7 +86,6 @@ Please also consider removing the lines from the files listed below and
|
||||
stating your preferences here instead.
|
||||
|
||||
bin/dd/Makefile:MAINTAINER= green@FreeBSD.org
|
||||
bin/rmail/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
contrib/cvs/FREEBSD-upgrade:MAINTAINER= peter@FreeBSD.org
|
||||
games/fortune/datfiles/Makefile:MAINTAINER= jkh@FreeBSD.org
|
||||
gnu/usr.bin/cvs/Makefile:MAINTAINER= peter@FreeBSD.org
|
||||
@ -98,14 +97,8 @@ gnu/usr.bin/cvs/lib/Makefile:MAINTAINER= peter@FreeBSD.org
|
||||
gnu/usr.bin/cvs/libdiff/Makefile:MAINTAINER= peter@FreeBSD.org
|
||||
gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch@FreeBSD.org
|
||||
lib/libc/posix1e/Makefile.inc:MAINTAINER= rwatson@FreeBSD.org
|
||||
lib/libmilter/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
lib/libsm/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
lib/libsmdb/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
lib/libsmutil/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG
|
||||
lib/libz/Makefile:MAINTAINER= peter@FreeBSD.org
|
||||
libexec/mail.local/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
libexec/smrsh/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
sbin/dhclient/Makefile.inc:MAINTAINER= murray@FreeBSD.org
|
||||
sbin/ffsinfo/Makefile:MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
|
||||
sbin/growfs/Makefile:MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
|
||||
@ -114,8 +107,6 @@ sbin/ipfs/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
sbin/ipfstat/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
sbin/ipmon/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
sbin/ipnat/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
share/doc/smm/08.sendmailop/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
share/sendmail/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
sys/boot/i386/cdboot/Makefile:MAINTAINER= jhb@FreeBSD.org
|
||||
sys/boot/i386/pxeldr/Makefile:MAINTAINER= jhb@FreeBSD.org
|
||||
sys/compat/svr4/Makefile:MAINTAINER= newton@freebsd.org
|
||||
@ -146,18 +137,12 @@ sys/modules/usb/Makefile:MAINTAINER= n_hibma@freebsd.org
|
||||
sys/modules/uscanner/Makefile:MAINTAINER= n_hibma@freebsd.org
|
||||
usr.bin/chat/Makefile:MAINTAINER= peter@freebsd.org
|
||||
usr.bin/locate/Makefile:MAINTAINER= wosch@FreeBSD.org
|
||||
usr.bin/vacation/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
usr.sbin/editmap/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
usr.sbin/inetd/Makefile:MAINTAINER= dwmalone@FreeBSD.org
|
||||
usr.sbin/ipftest/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
usr.sbin/ipresend/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
usr.sbin/ipsend/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
usr.sbin/iptest/Makefile:MAINTAINER= darrenr@freebsd.org
|
||||
usr.sbin/mailstats/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
usr.sbin/makemap/Makefile:MAINTAINER= gshapiro@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
|
||||
usr.sbin/praliases/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
usr.sbin/sendmail/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
usr.sbin/zic/Makefile:MAINTAINER= wollman@FreeBSD.org
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/rmail
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/libmilter ${SENDMAIL_DIR}/libsm
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/libsm
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/libsmdb
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/libsmutil
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/mail.local
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/2/95
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/smrsh
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# From: @(#)Makefile 8.2 (Berkeley) 2/28/94
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
VOLUME= smm/08.sendmailop
|
||||
SRCS= op.me
|
||||
MACROS= -me
|
||||
|
@ -2,8 +2,6 @@
|
||||
#
|
||||
# Doing a make install builds /usr/share/sendmail/
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
CFDIR= cf
|
||||
CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print)
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/vacation
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/editmap
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.2 (Berkeley) 9/21/96
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/mailstats
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.4 (Berkeley) 6/10/97
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/makemap
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.2 (Berkeley) 9/21/96
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail
|
||||
.PATH: ${SENDMAIL_DIR}/praliases
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.8 (Berkeley) 3/28/97
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= gshapiro@FreeBSD.org
|
||||
|
||||
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
SMDIR= ${SENDMAIL_DIR}/src
|
||||
.PATH: ${SMDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user