From 3d0d9c279434abf4d4775cb0a9605de4867d76d9 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 26 Jul 1999 08:43:03 +0000 Subject: Pull on my asbestos undies and claim ownership of inetd to prevent further flamage between our beloved messrs Hearn and Feldman. Further commits go through me. I urge the contestants to direct their energies at cleaning up main() in inetd.c, which has over time become a crawling horror. --- usr.sbin/inetd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index fb72be4..f804b8a 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,10 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.12 1999/07/15 17:01:42 green Exp $ +# $Id: Makefile,v 1.13 1999/07/22 14:11:25 sheldonh Exp $ PROG= inetd SRCS= inetd.c builtins.c MAN8= inetd.8 MLINKS= inetd.8 inetd.conf.5 +MAINTAINER=des@freebsd.org COPTS+= -Wall -DLOGIN_CAP #COPTS+= -DSANITY_CHECK -- cgit v1.1