From chris@holly.dyndns.org Thu Apr 15 05:41:55 1999
Return-Path: <chris@holly.dyndns.org>
Received: from leap.innerx.net (leap.innerx.net [38.179.176.25])
	by hub.freebsd.org (Postfix) with ESMTP id 9140314F01
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Apr 1999 05:41:52 -0700 (PDT)
	(envelope-from chris@holly.dyndns.org)
Received: from holly.dyndns.org (ip107.houston2.tx.pub-ip.psi.net [38.11.201.107])
	by leap.innerx.net (Postfix) with ESMTP id 9EA313707A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Apr 1999 08:39:28 -0400 (EDT)
Received: (from chris@localhost)
	by holly.dyndns.org (8.9.3/8.9.3) id HAA05854;
	Thu, 15 Apr 1999 07:39:50 -0500 (CDT)
	(envelope-from chris)
Message-Id: <199904151239.HAA05854@holly.dyndns.org>
Date: Thu, 15 Apr 1999 07:39:50 -0500 (CDT)
From: Chris Costello <chris@holly.dyndns.org>
Reply-To: chris@calldei.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] doc/en/handbook/security/chapters.sgml out of date
X-Send-Pr-Version: 3.2

>Number:         11150
>Category:       docs
>Synopsis:       [Patch] doc/en/handbook/security/chapters.sgml out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nik
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 15 05:40:01 PDT 1999
>Closed-Date:    Sun May 16 06:41:57 PDT 1999
>Last-Modified:  Sun May 16 06:42:19 PDT 1999
>Originator:     Chris Costello
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
no
>Environment:

	doc tree CVSup'd this morning.

>Description:

	doc/en/handbook/security/chapters.sgml describes libraries owned
	by bin:bin and shows a superfluous step in determining whether or
	not one is using DES.

	(Disclaimer:  I don't have DES installed, so I'm still using the
	 version of the .so in the ls output of the original)

>How-To-Repeat:

	Not applicable.

>Fix:
	
Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en/handbook/security/chapter.sgml,v
retrieving revision 1.13
diff -u -r1.13 chapter.sgml
--- chapter.sgml	1999/04/08 21:33:23	1.13
+++ chapter.sgml	1999/04/15 12:38:07
@@ -76,11 +76,10 @@
 	symbolic link to the appropriate implementation.  For example, on a
 	system using the DES versions:</para>
 	    
-      <screen>&prompt.user; <userinput> cd /usr/lib</userinput>
-&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
-lrwxr-xr-x  1 bin  bin  13 Sep  5 12:50 libcrypt.a -&gt; libdescrypt.a
-lrwxr-xr-x  1 bin  bin  18 Sep  5 12:50 libcrypt.so.2.0 -&gt; libdescrypt.so.2.0
-lrwxr-xr-x  1 bin  bin  15 Sep  5 12:50 libcrypt_p.a -&gt; libdescrypt_p.a</screen>
+      <screen>&prompt.user; <userinput>ls -l /usr/lib/libcrypt*</userinput>
+lrwxr-xr-x  1 root  wheel  13 Mar 19 06:56 libcrypt.a -&gt; libdescrypt.a
+lrwxr-xr-x  1 root  wheel  18 Mar 19 06:56 libcrypt.so.2.0 -&gt; libdescrypt.so.2.0
+lrwxr-xr-x  1 root  wheel  15 Mar 19 06:56 libcrypt_p.a -&gt; libdescrypt_p.a</screen>
 	    
       <para>On a system using the MD5-based libraries, the same links will be
 	present, but the target will be <filename>libscrypt</filename> rather

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->nik 
Responsible-Changed-By: nik 
Responsible-Changed-When: Sat May 15 02:23:48 PDT 1999 
Responsible-Changed-Why:  
Grabbed it. 
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Sun May 16 06:41:57 PDT 1999 
State-Changed-Why:  
Committed.  Thanks. 
>Unformatted:
