From: deraadt Date: Fri, 31 Mar 2000 01:00:48 +0000 (+0000) Subject: install inetd.conf(5) here instead X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=efb01b45c765e478b1f84493a91b3f58b9b58594;p=openbsd install inetd.conf(5) here instead --- diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index ea21bc3509d..96c68e1c6d6 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -14,6 +14,4 @@ MLINKS+= hosts.equiv.5 .rhosts.5 MLINKS+= resolv.conf.5 resolver.5 MLINKS+= hostname.if.5 bridgename.if.5 -MLINKS+= inetd.8 inetd.conf.5 - .include diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index 28c853ebfc8..ccdc58fe2e0 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:43:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2000/03/31 01:00:49 deraadt Exp $ PROG= inetd MAN= inetd.8 -MLINKS= inetd.8 inetd.5 +MLINKS= inetd.8 inetd.conf.5 .include