Changeset ff7687a7
- Timestamp:
- 02/12/2003 09:43:52 PM (20 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- f48753f
- Parents:
- 23f318d
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/expat/expat-intro.xml
r23f318d rff7687a7 10 10 parsing XML.</para> 11 11 12 <para>Download the patch esfor expat from <ulink url="&hfile-root;"/>.</para>12 <para>Download the patch for expat from <ulink url="&hfile-root;"/>.</para> 13 13 14 14 </sect2> -
index.xml
r23f318d rff7687a7 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003021 1">6 <!ENTITY releasedate "February 1 1th, 2003">5 <!ENTITY version "20030212"> 6 <!ENTITY releasedate "February 12th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r23f318d rff7687a7 10 10 11 11 <itemizedlist> 12 13 <listitem><para>February 12th, 2003 [larry]: postlfs: Updated PAM and 14 shadow instructions to correct the none working behaviour under LFS cvs 15 reported by Jim Gifford.</para></listitem> 12 16 13 17 <listitem><para>February 10th, 2003 [billyoc]: pst: Updated teTeX to -
postlfs/security/pam/linux_pam-inst.xml
r23f318d rff7687a7 8 8 make && 9 9 make install && 10 mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a /usr/lib</userinput></screen></para> 10 mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a /usr/lib && 11 ln -sf ../../lib/libpam.so.&Linux_PAM-version; /usr/lib/libpam.so 12 && 13 ln -sf ../../lib/libpam_misc.so.&Linux_PAM-version; /usr/lib/libpam_misc.so && 14 lsn -s ../../lib/libpamc.so.&Linux_PAM-version; /usr/lib/libpamc.so</userinput></screen></para> 11 15 12 16 -
postlfs/security/shadow/shadow-inst.xml
r23f318d rff7687a7 2 2 <title>Reinstallation of shadow to utilize PAM</title> 3 3 4 <para>Download the patch for shadow from <ulink url="&hfile-root;"/></para> 5 4 6 <para>Reinstall shadow by running the following commands:</para> 5 7 6 <para><screen><userinput>LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --enable-shared --with-libpam && 8 <para><screen><userinput>patch -Np1 -i ../shadow-4.0.3.patch && 9 autoconf && 10 LDFLAGS="-lpam -lpam_misc" ./configure --prefix=/usr --enable-shared --with-libpam && 7 11 make && 8 12 make install && … … 10 14 rm /bin/sg && 11 15 mv /lib/{libmisc.*a,libshadow.*a} /usr/lib && 16 mv /lib/{libmisc.so,libshadow.so} /usr/lib && 17 ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so && 18 ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so && 12 19 cp debian/securetty /etc/securetty</userinput></screen></para> 13 20
Note:
See TracChangeset
for help on using the changeset viewer.