Ignore:
Timestamp:
05/31/2007 07:26:12 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
048bc8cc
Parents:
9ae86120
Message:

Streamlined the commands in the Xorg sections

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7app.xml

    r9ae86120 r8d237953  
    1111  <!ENTITY x7apps-buildsize     "30.7 MB">
    1212  <!ENTITY x7apps-time          "2.9 SBU">
     13
     14  <!-- Versions for patches -->
     15  <!ENTITY xload-version        "1.0.1">
    1316
    1417]>
     
    6366      <listitem>
    6467        <para>Required patch: <ulink
    65         url="&patch-root;/xload-1.0.1-setuid-1.patch"/></para>
     68        url="&patch-root;/xload-&xload-version;-setuid-1.patch"/></para>
    6669      </listitem>
    6770    </itemizedlist>
     
    105108    deprecated and should not be installed.</para></warning>
    106109
    107     <para>A <ulink url='http://wiki.x.org/wiki/Development/Security'>security
    108     vulnerability</ulink> has been identified in the xload package.
    109     Before building this package with the commands
    110     shown below, be sure to apply the supplied patches. The patch can be
    111     applied with with the following command:</para>
    112 
    113 <screen><userinput>patch -Np1 -i ../xload-1.0.1-setuid-1.patch</userinput></screen>
    114 
    115110    <para>Install the applications by running the following commands for each
    116     chosen package:</para>
    117 
    118 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     111    package:</para>
     112
     113<screen><userinput>case $(basename "$PWD") in
     114xload-&xload-version; )
     115    patch -Np1 -i ../xload-&xload-version;-setuid-1.patch
     116    ;;
     117esac &amp;&amp;
     118./configure $XORG_CONFIG &amp;&amp;
    119119make</userinput></screen>
    120120
     
    125125
    126126<screen role="root"><userinput>make install</userinput></screen>
     127
     128  </sect2>
     129
     130  <sect2 role="commands">
     131    <title>Command Explanations</title>
     132
     133    <para><command>patch -Np1 -i
     134    ../xload-&xload-version;-setuid-1.patch</command>: This patch fixes a
     135    <ulink url='http://wiki.x.org/wiki/Development/Security'>security
     136    vulnerability</ulink> that has been identified in the xload package.</para>
    127137
    128138  </sect2>
Note: See TracChangeset for help on using the changeset viewer.