Date: Thu, 15 Apr 1999 07:39:50 -0500 (CDT) From: Chris Costello <chris@holly.dyndns.org> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/11150: [Patch] doc/en/handbook/security/chapters.sgml out of date Message-ID: <199904151239.HAA05854@holly.dyndns.org>
index | next in thread | raw e-mail
>Number: 11150
>Category: docs
>Synopsis: [Patch] doc/en/handbook/security/chapters.sgml out of date
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 15 05:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>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 -> libdescrypt.a
-lrwxr-xr-x 1 bin bin 18 Sep 5 12:50 libcrypt.so.2.0 -> libdescrypt.so.2.0
-lrwxr-xr-x 1 bin bin 15 Sep 5 12:50 libcrypt_p.a -> 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 -> libdescrypt.a
+lrwxr-xr-x 1 root wheel 18 Mar 19 06:56 libcrypt.so.2.0 -> libdescrypt.so.2.0
+lrwxr-xr-x 1 root wheel 15 Mar 19 06:56 libcrypt_p.a -> 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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904151239.HAA05854>
