docs/89758: [patch] update handbook security chapter to reflect removal of the "racoon" port

Sam Lawrance lawrance at FreeBSD.org
Wed Nov 30 12:40:07 UTC 2005


>Number:         89758
>Category:       docs
>Synopsis:       [patch] update handbook security chapter to reflect removal of the "racoon" port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 12:40:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:


>Description:
	The port security/racoon was removed, and racoon is now provided by
 security/ipsec-tools.  This port is mentioned in the security chapter of
 the handbook, so here is an update.
>How-To-Repeat:
>Fix:

--- patch-security-chapter.sgml begins here ---
Index: chapter.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v
retrieving revision 1.282
diff -u -r1.282 chapter.sgml
--- chapter.sgml	1 Oct 2005 22:40:29 -0000	1.282
+++ chapter.sgml	30 Nov 2005 12:24:17 -0000
@@ -3805,15 +3805,15 @@
  
        <para>There are a number of choices for daemons to manage
          security associations with FreeBSD.  This article will describe
-         how to use one of these, racoon — which is available as
-	 <filename role="package">security/racoon</filename> in the &os; Ports
+         how to use one of these, racoon — which is available from
+	 <filename role="package">security/ipsec-tools</filename> in the &os; Ports
 	 collection.</para>
  
        <indexterm>
 	 <primary>racoon</primary>
        </indexterm>
 
-       <para>The <filename role="package">security/racoon</filename> software must be run on both gateway hosts.  On each host it
+       <para>The <application>racoon</application> software must be run on both gateway hosts.  On each host it
          is configured with the IP address of the other end of the VPN,
          and a secret key (which you choose, and must be the same on both
          gateways).</para>
@@ -4128,7 +4128,7 @@
         </listitem>
         <listitem>
           <para>Install <filename
-            role="package">security/racoon</filename>.  Edit
+            role="package">security/ipsec-tools</filename>.  Edit
             <filename>${PREFIX}/etc/racoon/psk.txt</filename> on both
             gateway hosts, adding an entry for the remote host's IP
             address and a secret key that they both know.  Make sure
--- patch-security-chapter.sgml ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list