Changeset c38707f0
- Timestamp:
- 10/03/2003 06:27:09 AM (21 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, 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:
- e6e27f8
- Parents:
- 379f40a
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/expat/expat-inst.xml
r379f40a rc38707f0 5 5 first use. This is corrected by the following patch:</para> 6 6 7 <screen><userinput><command>patch -Np1 -i ../expat-1.95.6 .patch</command></userinput></screen>7 <screen><userinput><command>patch -Np1 -i ../expat-1.95.6-fix-declaration-order.patch</command></userinput></screen> 8 8 9 9 <para>Install <application>expat</application> by running the following commands:</para> -
general/genlib/expat/expat-intro.xml
r379f40a rc38707f0 14 14 <sect3><title>Additional downloads</title> 15 15 <itemizedlist spacing='compact'> 16 <listitem><para>Required Patch: <ulink url="& hfile-root;/expat-&expat-version;.patch"/></para></listitem></itemizedlist></sect3>16 <listitem><para>Required Patch: <ulink url="&patch-root;/expat-&expat-version;-fix-declaration-order.patch"/></para></listitem></itemizedlist></sect3> 17 17 18 18 </sect2> -
general/genutils/bc/bc-inst.xml
r379f40a rc38707f0 2 2 <title>Installation of <command>bc</command></title> 3 3 4 <para>Download the patches for <command>bc</command> from <ulink url="& hfile-root;"/>.</para>4 <para>Download the patches for <command>bc</command> from <ulink url="&patch-root;"/>.</para> 5 5 6 6 <para>Install <command>bc</command> by running the following commands:</para> 7 7 8 8 <screen><userinput><command>patch -Np1 -i ../bc-1.06-flex-invocation.patch && 9 patch -Np1 -i ../bc-1.06-info.patch &&10 9 patch -Np1 -i ../bc-1.06-readline.patch && 11 10 ./configure --prefix=/usr --with-readline && -
general/graphlib/svgalib/svgalib-intro.xml
r379f40a rc38707f0 17 17 <sect3><title>Additional downloads</title> 18 18 <itemizedlist spacing='compact'> 19 <listitem><para>Download (HTTP): <ulink url="& hfile-root;/svgalib-1.4.3-vga.patch"/></para></listitem>19 <listitem><para>Download (HTTP): <ulink url="&patch-root;/svga-1.4.3-gcc33-1.patch"/></para></listitem> 20 20 </itemizedlist></sect3> 21 21 -
general/sysutils/gpm/gpm-inst.xml
r379f40a rc38707f0 2 2 <title>Installation of <application><acronym>GPM</acronym></application></title> 3 3 4 <para>Download the patches for <application><acronym>GPM</acronym></application> from <ulink url="& hfile-root;"/>.</para>4 <para>Download the patches for <application><acronym>GPM</acronym></application> from <ulink url="&patch-root;"/>.</para> 5 5 6 6 <para>Install <application><acronym>GPM</acronym></application> by running the following commands: … … 10 10 configuring <application>gpm</application>.</para></note> --> 11 11 12 <screen><userinput><command>patch -Np0 -i ../gpm-1.20.1-smooth-cursor.patch && 13 patch -Np1 -i ../gpm-1.20.1-segfault.patch && 12 <screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault.patch && 14 13 patch -Np1 -i ../gpm-1.20.1-silent.patch && 15 14 LDFLAGS="-lm" ./configure --prefix=/usr && -
index.xml
r379f40a rc38707f0 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003100 2">6 <!ENTITY releasedate "October 2nd, 2003">5 <!ENTITY version "20031003"> 6 <!ENTITY releasedate "October 3rd, 2003"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
r379f40a rc38707f0 11 11 12 12 <itemizedlist> 13 14 <listitem><para>October 3rd, 2003 [tushar]: Patches reogranization.</para></listitem> 13 15 14 16 <listitem><para>October 2nd, 2003 [larry]: Many edits it Part X to put -
postlfs/security/pam/linux_pam-config.xml
r379f40a rc38707f0 36 36 of fields and allowable entries. The 37 37 <ulink url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html"> 38 Linux-PAM guide for system administrators</ulink> and two 39 <application><acronym>PAM</acronym></application> hints located at 40 <ulink url="&hints-root;"/> are also available for further reading.</para> 38 Linux-PAM guide for system administrators</ulink> 39 is recommended for further reading.</para> 41 40 </sect3> 42 41 -
postlfs/security/tripwire/tripwire-inst.xml
r379f40a rc38707f0 3 3 4 4 <para>Download the patch for <application>Tripwire</application> config from 5 <ulink url="& hfile-root;"/>.</para>5 <ulink url="&patch-root;/tripwire-&tripwire-version;-cfg.patch"/>.</para> 6 6 7 7 <para>Install <application>Tripwire</application> by running the following … … 15 15 cd .. && 16 16 cp install/install.{sh,cfg} . && 17 patch -Np0 -i ../tripwire- cfg.patch &&17 patch -Np0 -i ../tripwire-&tripwire-version;-cfg.patch && 18 18 ./install.sh && 19 19 cp /etc/tripwire/tw.cfg /usr/sbin &&
Note:
See TracChangeset
for help on using the changeset viewer.