diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2003-07-15 16:52:22 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2003-07-15 16:52:22 +0000 |
commit | 650c3605697c9edd128d32bbfd4ce367331f08d6 (patch) | |
tree | 31c1f6017dbf5006e6aeb82779ff613e64d46c5a | |
parent | 48243b0d5531915e237d98f617cc91faa6bc4f88 (diff) | |
download | FreeBSD-src-650c3605697c9edd128d32bbfd4ce367331f08d6.zip FreeBSD-src-650c3605697c9edd128d32bbfd4ce367331f08d6.tar.gz |
Move my inetd maintainer note to src/MAINTAINERS.
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ccb6a3a..b8f5504 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -78,6 +78,7 @@ 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. +inetd dwmalone Recommends pre-commit review. Following are the entries from the Makefiles, and a few other sources. Please remove stale entries from both their origin, and this file. @@ -137,7 +138,6 @@ 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.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 diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index cf82f76..3f01bb8 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -MAINTAINER= dwmalone - PROG= inetd MAN= inetd.8 MLINKS= inetd.8 inetd.conf.5 |