Author: randy
Date: 2007-09-04 23:50:44 -0600 (Tue, 04 Sep 2007)
New Revision: 7100

Modified:
   trunk/BOOK/postlfs/security/linux-pam.xml
Log:
Rephrased some text in the previous Linux-PAM commit

Modified: trunk/BOOK/postlfs/security/linux-pam.xml
===================================================================
--- trunk/BOOK/postlfs/security/linux-pam.xml   2007-09-05 01:00:16 UTC (rev 
7099)
+++ trunk/BOOK/postlfs/security/linux-pam.xml   2007-09-05 05:50:44 UTC (rev 
7100)
@@ -189,11 +189,11 @@
     reference due to the file being moved in the previous step.</para>
 
     <para><command>for ...; do ...; done</command>: These commands are used
-    to relocate the <filename class='symlink'>.so</filename> files into
-    <filename class='directory'>/usr/lib</filename>. The
-    <command>readlink</command> command is used so that the commands are not
-    specific to the names of the libraries, and will work regardless of the
-    version number extensions of the library names.</para>
+    to relocate the <filename class='symlink'>.so</filename> symbolic links
+    into the <filename class='directory'>/usr/lib</filename> directory by
+    cloning and then removing the existing symlinks. Using
+    <command>readlink</command> ensures the new symlinks point at the correct
+    library filenames.</para>
 
   </sect2>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to