Changeset aadd9ef
- Timestamp:
- 02/26/2005 03:46:21 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5926202a
- Parents:
- 6689ae6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6689ae6 raadd9ef 1 <!ENTITY day "2 5">1 <!ENTITY day "26"> 2 2 <!ENTITY month "02"> 3 3 <!ENTITY year "2005"> -
introduction/welcome/changelog.xml
r6689ae6 raadd9ef 22 22 23 23 <itemizedlist> 24 25 <listitem><para>February 26th, 2005 [randy]: Modified Linux-PAM and cracklib 26 instructions to correctly place the .so symlinks in 27 /usr/lib.</para></listitem> 24 28 25 29 <listitem><para>February 25th, 2005 [randy]: Updated to Leafnode-1.10.8; -
postlfs/security/cracklib.xml
r6689ae6 raadd9ef 107 107 108 108 <para>Finally, as the root user, install the package:</para> 109 <screen><userinput role='root'><command>make install</command></userinput></screen> 109 <screen><userinput role='root'><command>make install && 110 rm /lib/libcrack.so && 111 ln -sf ../../lib/libcrack.so.2.7 /usr/lib/libcrack.so</command></userinput></screen> 112 113 </sect2> 114 115 <sect2> 116 <title>Command explanations</title> 117 118 <para><command>rm /lib/libcrack.so; ln -sf ... /usr/lib/libcrack.so</command>: 119 These two commands move the <filename class='symlink'>libcrack.so</filename> 120 symlink from <filename class='directory'>/lib</filename> to 121 <filename class='directory'>/usr/lib</filename>.</para> 110 122 111 123 </sect2> -
postlfs/security/linux_pam.xml
r6689ae6 raadd9ef 84 84 <screen><userinput role='root'><command>make install && 85 85 mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a /usr/lib && 86 rm /lib/libpam{,c,_misc}.so && 86 87 ln -sf ../../lib/libpam.so.&Linux_PAM-version; /usr/lib/libpam.so && 87 88 ln -sf ../../lib/libpam_misc.so.&Linux_PAM-version; /usr/lib/libpam_misc.so && … … 111 112 <filename>/usr/lib</filename> to comply with <acronym>FHS</acronym> 112 113 guidelines.</para> 114 115 <para><command>rm /lib/libpam{,c,_misc}.so; ln -sf ... /usr/lib/...</command>: 116 These commands move the <filename class='symlink'>.so</filename> symlinks from 117 <filename class='directory'>/lib</filename> to 118 <filename class='directory'>/usr/lib</filename>.</para> 113 119 114 120 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.