Rephrased some text in the previous Linux-PAM commit

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7100 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-09-05 05:50:44 +00:00
parent 6869595169
commit 821b3bfc16

View File

@ -189,11 +189,11 @@ done</userinput></screen> -->
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>