mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-29 10:52:14 +08:00
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:
parent
6869595169
commit
821b3bfc16
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user