Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam
and libdevstat, since the new way of doing things is to just list maintainership in src/MAINTAINERS. Also, remove duplicate entries in src/MAINTAINERS for those utilities. I already had entries for them.
This commit is contained in:
parent
8898e92876
commit
a69cc262ba
@ -107,8 +107,6 @@ gnu/usr.bin/cvs/libdiff/Makefile:MAINTAINER= peter@FreeBSD.org
|
||||
gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch@FreeBSD.org
|
||||
lib/libbz2/Makefile:MAINTAINER= obrien@FreeBSD.org
|
||||
lib/libc/posix1e/Makefile.inc:MAINTAINER= rwatson@FreeBSD.org
|
||||
lib/libcam/Makefile:MAINTAINER= ken@FreeBSD.ORG
|
||||
lib/libdevstat/Makefile:MAINTAINER= ken@FreeBSD.ORG
|
||||
lib/libmilter/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
lib/libsm/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
lib/libsmdb/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
@ -118,7 +116,6 @@ lib/libz/Makefile:MAINTAINER= peter@FreeBSD.org
|
||||
libexec/lukemftpd/Makefile:MAINTAINER= obrien@FreeBSD.org
|
||||
libexec/mail.local/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
libexec/smrsh/Makefile:MAINTAINER= gshapiro@FreeBSD.org
|
||||
sbin/camcontrol/Makefile:MAINTAINER= ken@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
|
||||
@ -165,7 +162,6 @@ 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/iostat/Makefile:MAINTAINER= ken@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
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER=ken@FreeBSD.ORG
|
||||
|
||||
LIB= cam
|
||||
SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c
|
||||
INCS= camlib.h
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER=ken@FreeBSD.ORG
|
||||
|
||||
LIB= devstat
|
||||
# Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented.
|
||||
SHLIB_MAJOR= 4
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= ken@FreeBSD.org
|
||||
|
||||
PROG= camcontrol
|
||||
SRCS= camcontrol.c util.c
|
||||
.if !defined(RELEASE_CRUNCH)
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= ken@FreeBSD.ORG
|
||||
|
||||
PROG= iostat
|
||||
MAN= iostat.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user