Changeset 8e8cfd9b


Ignore:
Timestamp:
09/22/2014 10:13:35 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
65ae050b, c794b3c
Parents:
2ee06431
Message:

Change some tags to checked.
Add some minor instruction fixes.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openobex.xml

    r2ee06431 r8e8cfd9b  
    101101    <title>Installation of OpenOBEX</title>
    102102
     103    <para><application>OpenOBEX</application> installs a udev rule that
     104    requires a group named plugdev.  Create that group as the
     105    <systemitem class="username">root</systemitem> user:</para>
     106
     107<screen role="root"><userinput>groupadd -g 90 plugdev</userinput></screen>
     108
    103109    <para>
    104110      Install <application>OpenOBEX</application> by running the following
  • postlfs/config/users.xml

    r2ee06431 r8e8cfd9b  
    129129        <row><entry>ntp     </entry><entry>87</entry><entry>87</entry></row>
    130130        <row><entry>unbound </entry><entry>88</entry><entry>88</entry></row>
     131        <row><entry>plugdev </entry><entry>  </entry><entry>90</entry></row>
    131132        <row><entry>anonymous</entry><entry>98</entry><entry>  </entry></row>
    132133        <row><entry>nobody  </entry><entry>99</entry><entry>  </entry></row>
  • x/installing/x7driver-cirrus.xml

    r2ee06431 r8e8cfd9b  
    3333      </para>
    3434
    35       &lfs76_built;
     35      &lfs76_checked;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/installing/x7driver-r128.xml

    r2ee06431 r8e8cfd9b  
    3232      </para>
    3333
    34       &lfs76_built;
     34      &lfs76_checked;
    3535
    3636      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/lib/clutter.xml

    r2ee06431 r8e8cfd9b  
    115115  <sect2 role="installation">
    116116    <title>Installation of Clutter</title>
    117 
     117<!--
    118118    <para>
    119119      If you wish to run the tests, the following commands disable two tests
     
    124124       tests/conform/Makefile.am tests/conform/Makefile.in &amp;&amp;
    125125autoreconf -f -i</userinput></screen>
    126 
     126-->
    127127    <para>
    128128      Install <application>Clutter</application> by running the following
     
    135135    <para>
    136136      To test the results, issue: <command>make check</command> (you must be
    137       in an xterm or similar to do this, because it launches some windows).
     137      in an xterm or similar to do this, because it launches some windows).
     138      Two tests have been observed to fail.
    138139    </para>
    139140
Note: See TracChangeset for help on using the changeset viewer.