Changeset a063de63 for chapter06


Ignore:
Timestamp:
02/06/2015 11:33:01 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
930578e4
Parents:
0acc9b5
Message:

Merged trunk, updated to dbus-1.8.14.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/adjusting.xml

    r0acc9b5 ra063de63  
    8080<screen os="j"><userinput>grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'</userinput></screen>
    8181
    82   <para os="k">The output of the last command should be:</para>
     82  <para os="k">References to paths that have components with '-linux-gnu' should
     83  be ignored, but otherwise the output of the last command should be:</para>
    8384
    8485<screen><computeroutput>SEARCH_DIR("/usr/lib")
  • chapter06/dbus.xml

    r0acc9b5 ra063de63  
    192192      </varlistentry>
    193193
     194      <varlistentry id="libdbus-1">
     195        <term><filename class="libraryfile">libdbus-1</filename></term>
     196        <listitem>
     197          <para>Contains API functions used to communicate with the D-Bus
     198          message bus.</para>
     199          <indexterm zone="ch-system-dbus libdbus-1">
     200            <primary sortas="c-libdbus">libdbus</primary>
     201          </indexterm>
     202        </listitem>
     203      </varlistentry>
     204
    194205    </variablelist>
    195206
  • chapter06/glibc.xml

    r0acc9b5 ra063de63  
    139139-->
    140140      <listitem>
    141         <para>posix/tst-getaddrinfo4 will always fail due to not having a network
    142         connection when the test is run.</para>
     141        <para>posix/tst-getaddrinfo4 and posix/tst-getaddrinfo5 will always fail
     142        due to not having a network connection when the tests are run.</para>
    143143      </listitem>
    144144<!--
  • chapter06/kmod.xml

    r0acc9b5 ra063de63  
    8585<screen><userinput remap="install">make install
    8686
    87 for target in depmod insmod modinfo modprobe rmmod; do
     87for target in depmod insmod lsmod modinfo modprobe rmmod; do
    8888  ln -sv ../bin/kmod /sbin/$target
    8989done
Note: See TracChangeset for help on using the changeset viewer.