Changeset 3c52f859


Ignore:
Timestamp:
09/22/2002 04:01:27 PM (22 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
05507af
Parents:
2aaa7e5
Message:

added Linux_PAM-0.76 and updated qt-exp

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@252 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    r2aaa7e5 r3c52f859  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20020921">
    6 <!ENTITY releasedate "September 21st, 2002">
     5<!ENTITY version "20020922">
     6<!ENTITY releasedate "September 22nd, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r2aaa7e5 r3c52f859  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>September 22nd, 2002 [larry]: Postlfs: Added
     14Linux-PAM-0.76 and added sed to the explanations in
     15QT.</para></listitem>
    1216
    1317<listitem><para>September 21st, 2002 [markh]: Xsoft: Committed Tushar's
  • introduction/welcome/credits.xml

    r2aaa7e5 r3c52f859  
    8585libglade, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui,
    8686libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg,
    87 libvorbis, libwnck, libxml2, libxslt, libzvt, linc, mutt, nautilus, oaf,
     87libvorbis, libwnck, libxml2, libxslt, libzvt, linc, Lunux_PAM, mutt, nautilus, oaf,
    8888OpenSSH, ORBit, ORBit2, pan, Pango, pccts, pcre, pkgconfig, postfix, procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, unzip, vorbis-tools, wget, XFce, yelp and zip: <emphasis>Larry Lawrence</emphasis></para></listitem>
    8989
  • postlfs/postlfs.ent

    r2aaa7e5 r3c52f859  
    2020<!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
    2121<!ENTITY postlfs-security-tripwire SYSTEM "security/tripwire.xml">
    22 <!ENTITY postlfs-security-pam SYSTEM "security/pam.xml">
     22<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
     23%Linux_PAM
    2324<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
    2425
  • postlfs/security/security.xml

    r2aaa7e5 r3c52f859  
    88&postlfs-security-nessus;
    99&postlfs-security-tripwire;
    10 &postlfs-security-pam;
     10&Linux_PAM;
    1111&postlfs-security-syslog;
    1212
  • x/lib/qt/qt-exp.xml

    r2aaa7e5 r3c52f859  
    1919to support multi-threading.</para>
    2020
     21<para><userinput>sed 's/[^-]strip/# strip/' src/Makefile.bak > src/Makefile :</userinput> This command comments out the strip commands
     22in the <filename>src/Makefile</filename> which try to strip
     23directories.</para>
     24
     25
    2126<para><userinput>ln -sf /opt/qt-&qt-version; /opt/qt :</userinput> This command
    2227standardizes the location of the qt libraries to the ld.so.conf entry
Note: See TracChangeset for help on using the changeset viewer.