Changeset 3c52f859
- Timestamp:
- 09/22/2002 04:01:27 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 05507af
- Parents:
- 2aaa7e5
- Files:
-
- 7 added
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r2aaa7e5 r3c52f859 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002092 1">6 <!ENTITY releasedate "September 2 1st, 2002">5 <!ENTITY version "20020922"> 6 <!ENTITY releasedate "September 22nd, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r2aaa7e5 r3c52f859 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 22nd, 2002 [larry]: Postlfs: Added 14 Linux-PAM-0.76 and added sed to the explanations in 15 QT.</para></listitem> 12 16 13 17 <listitem><para>September 21st, 2002 [markh]: Xsoft: Committed Tushar's -
introduction/welcome/credits.xml
r2aaa7e5 r3c52f859 85 85 libglade, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui, 86 86 libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg, 87 libvorbis, libwnck, libxml2, libxslt, libzvt, linc, mutt, nautilus, oaf,87 libvorbis, libwnck, libxml2, libxslt, libzvt, linc, Lunux_PAM, mutt, nautilus, oaf, 88 88 OpenSSH, 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> 89 89 -
postlfs/postlfs.ent
r2aaa7e5 r3c52f859 20 20 <!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml"> 21 21 <!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 23 24 <!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml"> 24 25 -
postlfs/security/security.xml
r2aaa7e5 r3c52f859 8 8 &postlfs-security-nessus; 9 9 &postlfs-security-tripwire; 10 & postlfs-security-pam;10 &Linux_PAM; 11 11 &postlfs-security-syslog; 12 12 -
x/lib/qt/qt-exp.xml
r2aaa7e5 r3c52f859 19 19 to support multi-threading.</para> 20 20 21 <para><userinput>sed 's/[^-]strip/# strip/' src/Makefile.bak > src/Makefile :</userinput> This command comments out the strip commands 22 in the <filename>src/Makefile</filename> which try to strip 23 directories.</para> 24 25 21 26 <para><userinput>ln -sf /opt/qt-&qt-version; /opt/qt :</userinput> This command 22 27 standardizes the location of the qt libraries to the ld.so.conf entry
Note:
See TracChangeset
for help on using the changeset viewer.