From charon@labs.gr  Sat Sep  8 17:48:53 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id EAF4E37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Sep 2001 17:48:52 -0700 (PDT)
Received: from hades.hell.gr (patr530-b118.otenet.gr [195.167.121.246])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f890moA16257
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 9 Sep 2001 03:48:50 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f88Nh3D13779;
	Sun, 9 Sep 2001 02:43:03 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200109082343.f88Nh3D13779@hades.hell.gr>
Date: Sun, 9 Sep 2001 02:43:03 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: remove broken references to gated(8) and pcnfsd(8) from rc.conf(5)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30444
>Category:       docs
>Synopsis:       remove broken references to gated(8) and pcnfsd(8) from rc.conf(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 17:50:00 PDT 2001
>Closed-Date:    Tue May 06 15:03:02 PDT 2003
>Last-Modified:  Tue May 06 15:03:02 PDT 2003
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	The manpage of rc.conf(5) contains broken references to two
	other manpages that dont exist on my -CURRENT box:

	    gated(8), and
	    pcnfsd(8)

>How-To-Repeat:

	Grep for gated and pcnfsd the output of 'man 5 rc.conf'.
	Then try to read those manpages.

>Fix:

--- patch.diff begins here ---
Index: rc.conf.5
===================================================================
RCS file: /home/ncvs/src/share/man/man5/rc.conf.5,v
retrieving revision 1.133
diff -u -r1.133 rc.conf.5
--- rc.conf.5	29 Aug 2001 05:39:06 -0000	1.133
+++ rc.conf.5	8 Sep 2001 23:39:16 -0000
@@ -1843,7 +1843,6 @@
 .Xr atm 8 ,
 .Xr cron 8 ,
 .Xr dhclient 8 ,
-.Xr gated 8 ,
 .Xr ifconfig 8 ,
 .Xr inetd 8 ,
 .Xr isdnd 8 ,
@@ -1857,7 +1856,6 @@
 .Xr nfsiod 8 ,
 .Xr ntpd 8 ,
 .Xr ntpdate 8 ,
-.Xr pcnfsd 8 ,
 .Xr quotacheck 8 ,
 .Xr quotaon 8 ,
 .Xr rc 8 ,
--- patch.diff ends here ---
>Release-Note:
>Audit-Trail:

From: Alexey Zelkin <phantom@FreeBSD.ORG>
To: Giorgos Keramidas <charon@labs.gr>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG, ru@FreeBSD.ORG
Subject: Re: docs/30444: remove broken references to gated(8) and pcnfsd(8) from rc.conf(5)
Date: Sun, 9 Sep 2001 14:16:40 +0300

 hi,
 
 On Sun, Sep 09, 2001 at 02:43:03AM +0300, Giorgos Keramidas wrote:
  
 > >Number:         30444
 > >Category:       docs
 > >Synopsis:       remove broken references to gated(8) and pcnfsd(8) from rc.conf(5)
 
 > >Description:
 > 
 > 	The manpage of rc.conf(5) contains broken references to two
 > 	other manpages that dont exist on my -CURRENT box:
 > 
 > 	    gated(8), and
 > 	    pcnfsd(8)
 
 Actually it depends on ports installed on your system. Both these manual
 pages are describing utilities available as FreeBSD ports, not base system
 tools. IMHO, they're should not be removed, but marked as externally
 maintained software references.
 
 Ruslan ? Will we have .Pr or something like that ? Or maybe it's better
 to remove all ports .Xr's from base system manual pages ?
 
Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Sun Oct 14 17:04:25 PDT 2001 
Responsible-Changed-Why:  
I'll take care of this one. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30444 

From: Wouter Van Hemel <wouter@pair.com>
To: freebsd-gnats-submit@FreeBSD.org, charon@labs.gr
Cc:  
Subject: Re: docs/30444: remove broken references to gated(8) and pcnfsd(8)
	from rc.conf(5)
Date: 01 Jul 2002 21:41:36 +0200

 FYI, gated seems to be closed source now. The port doesn't build anymore
 for a long time already (so I've heard). See docs/38244 for more info.
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Tue May 6 15:01:51 PDT 2003 
State-Changed-Why:  
This is also in PR: 38244.  murray is taking care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=30444 
>Unformatted:
