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:
Kenneth D. Merry 2003-06-14 05:28:01 +00:00
parent 222a7e518c
commit 50a7fdaed8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116325
5 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,7 +1,5 @@
# $FreeBSD$
MAINTAINER= ken@FreeBSD.org
PROG= camcontrol
SRCS= camcontrol.c util.c
.if !defined(RELEASE_CRUNCH)

View File

@ -1,8 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
MAINTAINER= ken@FreeBSD.ORG
PROG= iostat
MAN= iostat.8