Changeset 821b3bfc


Ignore:
Timestamp:
09/05/2007 05:50:44 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
db808f2
Parents:
6869595
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    r6869595 r821b3bfc  
    190190
    191191    <para><command>for ...; do ...; done</command>: These commands are used
    192     to relocate the <filename class='symlink'>.so</filename> files into
    193     <filename class='directory'>/usr/lib</filename>. The
    194     <command>readlink</command> command is used so that the commands are not
    195     specific to the names of the libraries, and will work regardless of the
    196     version number extensions of the library names.</para>
     192    to relocate the <filename class='symlink'>.so</filename> symbolic links
     193    into the <filename class='directory'>/usr/lib</filename> directory by
     194    cloning and then removing the existing symlinks. Using
     195    <command>readlink</command> ensures the new symlinks point at the correct
     196    library filenames.</para>
    197197
    198198  </sect2>
Note: See TracChangeset for help on using the changeset viewer.