Changeset ff42aad
- Timestamp:
- 10/06/2003 11:44:46 PM (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:
- 0e099172
- Parents:
- c0963a4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dialup/ppp/ppp-intro.xml
rc0963a4 rff42aad 22 22 <sect3><title>Additional downloads</title> 23 23 <itemizedlist spacing='compact'> 24 <listitem><para>Required patch if you plan on using 25 demand dialing or kernel mode <xref linkend="pppoe"/>: 24 <listitem><para>Required patch if you plan on using <xref linkend="pppoe"/> 25 with demand dialing or kernel mode 26 <application><acronym>PPPoE</acronym></application> 26 27 <ulink url="&patch-root;/ppp-2.4.1-pppoe-5.patch"/></para></listitem> 27 28 </itemizedlist> -
general/prog/gcc/gcc-inst.xml
rc0963a4 rff42aad 10 10 11 11 <para>Patch the source files with the following command:</para> 12 <screen><userinput><command>patch -Np1 -i ../gcc-3.3.1-no_fixincludes-2.patch</command></userinput></screen> 12 <screen><userinput><command>patch -Np1 -i ../gcc-3.3.1-no_fixincludes-2.patch && 13 patch -Np1 -i ../gcc-3.3.1-suppress-libiberty.patch</command></userinput></screen> 13 14 14 15 <para>Install <application><acronym>GCC</acronym></application> by running the -
postlfs/security/tripwire/tripwire-exp.xml
rc0963a4 rff42aad 2 2 <title>Command explanations</title> 3 3 4 <para><screen><command>export PATH_HOLD=$PATH & &5 export PATH=/opt/gcc-2.95.3/bin:$PATH &&</command></screen>These4 <para><screen><command>export PATH_HOLD=$PATH && 5 export PATH=/opt/gcc-2.95.3/bin:$PATH</command></screen>These 6 6 instructions save the current <envar>PATH</envar> and then places 7 7 <application><acronym>GCC</acronym>-2.95.3</application> at the head of
Note:
See TracChangeset
for help on using the changeset viewer.