Changeset 58c8823 for chapter06/dbus.xml


Ignore:
Timestamp:
02/18/2014 02:24:31 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
720f253
Parents:
bbadc6d
Message:

Random fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/dbus.xml

    rbbadc6d r58c8823  
    4949    <para>Prepare D-Bus for compilation:</para>
    5050
    51 <screen><userinput remap="configure">./configure --prefix=/usr \
    52             --sysconfdir=/etc \
    53             --localstatedir=/var \
    54             --libexecdir=/usr/lib/dbus-1.0 \
    55             --disable-static \
    56             --enable-systemd \
     51<screen><userinput remap="configure">./configure --prefix=/usr                      \
     52            --sysconfdir=/etc                  \
     53            --localstatedir=/var               \
    5754            --docdir=/usr/share/doc/dbus-&dbus-version; \
    58             --with-console-auth-dir=/run/console/ \
    59             --with-systemdsystemunitdir=/lib/systemd/system</userinput></screen>
     55            --with-console-auth-dir=/run/console/</userinput></screen>
    6056
    6157    <variablelist>
     
    8581
    8682    <para>This package does come with a testsuite, but it requires several
    87     packages that are not included in LFS.</para>
     83    packages that are not included in LFS. Instructions for running the
     84    testsuite can be found in the BLFS book at
     85    <ulink url="&blfs-root;/view/svn/general/dbus.html"/>.</para>
    8886
    8987    <para>Install the package:</para>
     
    117115        <seg>dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor,
    118116        dbus-send, and dbus-uuidgen</seg>
    119         <seg>libdbus-1.so</seg>
     117        <seg>libdbus-1.{a,so}</seg>
    120118        <seg>/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0,
    121119        /usr/share/dbus-1, /usr/share/doc/dbus-&dbus-version;,
     
    191189
    192190      <varlistentry id="libdbus">
    193         <term><filename class="libraryfile">libdbus-1.so</filename></term>
     191        <term><filename class="libraryfile">libdbus-1</filename></term>
    194192        <listitem>
    195193          <para>Contains API functions used to communicate with the D-Bus
Note: See TracChangeset for help on using the changeset viewer.