From 38c05314b4bbd612dda1ebc774841e3e04c1406b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Tue, 14 Dec 1999 16:56:46 +0000 Subject: [PATCH] Commented out MAN8+= rstat_svc.8 The file it talks about doesn't exist on FreeBSD, so there's no point in installing the manual page. There was already a comment to this effect in this file, but the entry hadn't been commented out. rstat.1 and rstat_svc.8 can probably actually be removed. PR: docs/13767 Submitted by: Seth --- lib/libc/rpc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index bfaeaa7c0364..79103b3afc72 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -47,7 +47,7 @@ crypt.h: ${RPCDIR}/crypt.x MAN3+= bindresvport.3 des_crypt.3 getrpcent.3 getrpcport.3 publickey.3 rpc.3 \ rpc_secure.3 rtime.3 MAN5+= publickey.5 rpc.5 -MAN8+= rstat_svc.8 +# MAN8+= rstat_svc.8 MLINKS+= getrpcent.3 endrpcent.3 \ getrpcent.3 getrpcbyname.3 \