Changeset bfb65d5 for x


Ignore:
Timestamp:
02/06/2005 03:34:15 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cd2f7a1
Parents:
2826127
Message:

Grammar fixes to Xorg instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg.xml

    r2826127 rbfb65d5  
    176176  <para><application>Xorg</application> insists on putting
    177177    its boot and profile scripts into the <filename
    178     class="directory">/etc</filename> directory even if we specifically tell
    179     it not to compile anything Xprint server or client related (see
     178    class="directory">/etc</filename> directory even if specifically told
     179    not to compile anything Xprint server or client related (see
    180180    <filename>host.def</filename> below). The following command will
    181181    suppress any such modifications:
     
    191191  <para>When building <application>Xorg</application>, you should create a shadow
    192192    directory of symbolic links for the compiled code.  To do that, first make
    193     <command>lndir</command>.  Starting from the <filename class='directory'>xc</filename> directory:
     193    <command>lndir</command>.  Starting from the
     194    <filename class='directory'>xc</filename> directory:
    194195  </para>
    195196
     
    201202<screen><userinput role='root'><command>cp lndir /usr/bin/</command></userinput></screen>
    202203
    203 <para>And back as a regular user::</para>
     204<para>And back as a regular user:</para>
    204205<screen><userinput><command>popd</command></userinput></screen>
    205206
     
    305306( make World 2&gt;&amp;1 | tee xorg-compile.log &amp;&amp; exit $PIPESTATUS )</command></userinput></screen>
    306307
    307 <para>Againas as the root user:</para>
     308<para>Again as the root user:</para>
    308309 
    309310<screen><userinput role='root'><command>make install &amp;&amp;
     
    462463the <filename>/etc/rc.d/init.d/cleanfs</filename> startup script.</para>
    463464 
    464 <screen><userinput><command>cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"</command>
     465<screen><userinput role='root'><command>cat &gt;&gt; /etc/sysconfig/createfiles &lt;&lt; "EOF"</command>
    465466/tmp/.ICE-unix dir 1777 root root
    466467<command>EOF</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.