install inetd.conf(5) here instead
authorderaadt <deraadt@openbsd.org>
Fri, 31 Mar 2000 01:00:48 +0000 (01:00 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 31 Mar 2000 01:00:48 +0000 (01:00 +0000)
share/man/man5/Makefile
usr.sbin/inetd/Makefile

index ea21bc3..96c68e1 100644 (file)
@@ -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 <bsd.prog.mk>
index 28c853e..ccdc58f 100644 (file)
@@ -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 <bsd.prog.mk>