From ue@nathan.ruhr.de  Wed Mar  1 10:32:59 2000
Return-Path: <ue@nathan.ruhr.de>
Received: from mail.ruhr.de (ns.ruhr.de [141.39.224.34])
	by hub.freebsd.org (Postfix) with SMTP id 9466B37BC3C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Mar 2000 10:32:55 -0800 (PST)
	(envelope-from ue@nathan.ruhr.de)
Received: (qmail 65086 invoked by alias); 1 Mar 2000 18:32:43 -0000
Received: (from ue@localhost)
	by nathan.ruhr.de (8.9.3/8.9.3) id RAA01307;
	Wed, 1 Mar 2000 17:11:22 +0100 (CET)
	(envelope-from ue)
Message-Id: <200003011611.RAA01307@nathan.ruhr.de>
Date: Wed, 1 Mar 2000 17:11:22 +0100 (CET)
From: ue@nathan.ruhr.de
Reply-To: ue@nathan.ruhr.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fixes for the security(7) manpage
X-Send-Pr-Version: 3.2

>Number:         17100
>Category:       docs
>Synopsis:       Fixes for the security(7) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  1 10:40:01 PST 2000
>Closed-Date:    Tue Mar 7 05:58:46 PST 2000
>Last-Modified:  Tue Mar  7 05:59:06 PST 2000
>Originator:     Udo Erdelhoff
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	4.0-CURRENT as of 27-FEB-2000

>Description:

The 'SEE ALSO' section of the security(7) manpages contains references to
accton(1), sshd(1) and syslogd(1). They should be changes to references to
accton(8), sshd(8) and syslogd(8).

Both ssh and sshd are part of the base system as of 4.0-RELEASE. The comment
about installing them from the ports should be removed to avoid SNAFUs.

A reference to the upcoming (after 4.0-RELEASE, that is) openssl manpage
should be added.

Patches to that effect have been included.

>How-To-Repeat:

	N/A

>Fix:


--- share/man/man7/security.7.orig	Wed Mar  1 16:48:23 2000
+++ share/man/man7/security.7	Wed Mar  1 17:07:43 2000
@@ -191,10 +191,6 @@
 .Xr kerberos 1
 or
 .Xr ssh 1
-.Po
-see
-.Pa /usr/ports/security/ssh
-.Pc
 using a private/public
 key pair.  When you use something like kerberos you generally must secure
 the machines which run the kerberos servers and your desktop workstation.
@@ -678,24 +674,23 @@
 
 .Sh SEE ALSO
 .Pp
-.Xr accton 1 ,
 .Xr chflags 1 ,
 .Xr find 1 ,
 .Xr kerberos 1 ,
 .Xr md5 1 ,
 .Xr netstat 1 ,
-.Xr syslogd 1 ,
+.Xr ssh 1 ,
+.Xr openssl 1,
 .Xr xdm 1 ,
 .Xr group 5 ,
 .Xr ttys 5 ,
+.Xr accton 8 ,
 .Xr init 8 ,
+.Xr sshd 8 ,
 .Xr sysctl 8 ,
+.Xr syslogd 8 ,
 .Xr vipw 8
 
-The following are part of security ports collection:
-
-.Xr ssh 1 ,
-.Xr sshd 1
 .Sh HISTORY
 The
 .Nm

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Tue Mar 7 05:58:46 PST 2000 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
