Changeset 8d6fd5c for chapter06


Ignore:
Timestamp:
06/10/2013 09:38:27 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c34291a
Parents:
3711cc6
Message:

Sync Systemd and Development branches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r3711cc6 r8d6fd5c  
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    3539  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
    3640  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
    3741  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
    3842  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    40   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
    41   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    42   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
  • chapter06/file.xml

    r3711cc6 r8d6fd5c  
    7070      <seglistitem>
    7171        <seg>file</seg>
    72         <seg>libmagic.{a,so}</seg>
     72        <seg>libmagic.so</seg>
    7373      </seglistitem>
    7474    </segmentedlist>
     
    9292
    9393      <varlistentry id="libmagic">
    94         <term><filename class="libraryfile">libmagic</filename></term>
     94        <term><filename class="libraryfile">libmagic.so</filename></term>
    9595        <listitem>
    9696          <para>Contains routines for magic number recognition, used by the
  • chapter06/util-linux.xml

    r3711cc6 r8d6fd5c  
    101101<screen><userinput remap="make">make</userinput></screen>
    102102
    103     <para>This package does not come with a test suite.</para>
     103    <para>If desired, run the test suite as a non-root user:</para>
     104
     105    <warning><para>Running the test suite as the root user can be harmful to
     106    your system.  To run it, the kernel CONFIG_SCSI_DEBUG option for the
     107    kernel must be available in the currently running system.  For complete
     108    coverage, other BLFS packages must be installed.  If desired, this
     109    test can be run after rebooting into the completed LFS system and running:</para>
     110
     111    <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
     112    </warning>
     113
     114    <screen><userinput remap="test">chown -Rv nobody .
     115su nobody -s /bin/bash -c "PATH=$PATH make check"</userinput></screen>
    104116
    105117    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.