From simon@arthur.nitro.dk  Tue Apr 22 15:01:23 2003
Return-Path: <simon@arthur.nitro.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 909ED37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Apr 2003 15:01:23 -0700 (PDT)
Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AF9F843FD7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Apr 2003 15:01:22 -0700 (PDT)
	(envelope-from simon@arthur.nitro.dk)
Received: by arthur.nitro.dk (Postfix, from userid 1000)
	id 9DD5210BF82; Wed, 23 Apr 2003 00:01:20 +0200 (CEST)
Message-Id: <20030422220120.9DD5210BF82@arthur.nitro.dk>
Date: Wed, 23 Apr 2003 00:01:20 +0200 (CEST)
From: Simon L.Nielsen <simon@nitro.dk>
Reply-To: Simon L.Nielsen <simon@nitro.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Bring kame(4) better in sync with current FreeBSD reality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51295
>Category:       docs
>Synopsis:       [patch] Bring kame(4) better in sync with current FreeBSD reality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hmp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 22 15:10:14 PDT 2003
>Closed-Date:    Thu May 15 17:31:44 PDT 2003
>Last-Modified:  Thu May 15 17:31:44 PDT 2003
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
>Description:
The current kame(4) man page is somewhat out of sync with the current
reality on FreeBSD.

* prefix and gifconfig are deprecated.
* dtcpc, dtcps were never imported and are removed from KAME
  (v. 1.12 of kame(4) in the KAME CVS tree).
* pim6dd, pim6sd and racoon are now ports.
  Note: Since I found no common way to reference ports I used
        the style from firewall(7).
* inet6d does not exit on FreeBSD.
>How-To-Repeat:
>Fix:
--- man-kame4.patch begins here ---
Index: man4/kame.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/kame.4,v
retrieving revision 1.11
diff -u -d -r1.11 kame.4
--- man4/kame.4	9 Jul 2002 20:37:18 -0000	1.11
+++ man4/kame.4	22 Apr 2003 21:34:54 -0000
@@ -67,7 +67,6 @@
 .\"
 .Ss Plug and Play and protocol stack/interface configuration
 .Xr ndp 8 ,
-.Xr prefix 8 ,
 .Xr rrenumd 8 ,
 .Xr rtadvd 8 ,
 .Xr rtsol 8 ,
@@ -81,8 +80,8 @@
 .Xr mchat 1
 .Pq - ,
 .Xr ifmcstat 8 ,
-.Xr pim6dd 8 ,
-.Xr pim6sd 8 ,
+.Xr pim6dd 8 [ /usr/ports/net/pim6dd ] ,
+.Xr pim6sd 8 [ /usr/ports/net/pim6sd ] ,
 .Xr pim6stat 8 .
 .\"
 .Ss Transition Tools
@@ -96,12 +95,8 @@
 .Fx .
 .\"
 .Ss IPsec and tunnelling
-.Xr gifconfig 8 ,
 .Xr ipsec 4 ,
-.\" (dtcp and racoon doesn't exist yet.)
-.\" .Xr dtcpc 8 ,
-.\" .Xr dtcps 8 ,
-.\" .Xr racoon 8 ,
+.Xr racoon 8 [ /usr/ports/security/racoon ] ,
 .Xr setkey 8 .
 .Pp
 Dozen of existing tools are modified for IPsec support, like
@@ -123,6 +118,7 @@
 modified for IPv4/v6 support, or
 IPv6-only
 .Xr inet6d 8
+.Pq -
 is supplied.
 .Pp
 Dozen of existing daemons are modified for IPv6/IPsec support, like
--- man-kame4.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Wed May 14 14:01:14 PDT 2003 
Responsible-Changed-Why:  
I will take care of this issue. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51295 
State-Changed-From-To: open->closed 
State-Changed-By: hmp 
State-Changed-When: Thu May 15 17:31:19 PDT 2003 
State-Changed-Why:  
Thanks Simon.  The issue is now resolved. 

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