Ignore:
Timestamp:
07/12/2014 06:46:26 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
201fca3d
Parents:
c0b5bba
Message:

Added systemd notes to acpid at autofs bluez colord and dbus pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13394 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    rc0b5bba ra998e97  
    388388    </sect3>
    389389
     390    <sect3  id="dbus-init-systemd">
     391      <title>Systemd Unit File</title>
     392
     393      <para>
     394       Systemd users don't need to install this package since it has already been
     395       installed as part of LFS.
     396
     397       But some packages might require "dbus-launch" utility to be built with X11 support.
     398       To build "dbus-launch" utility with X11 support, Xorg Libraries
     399       must be installed first, then D-Bus needs to be reconfigured and built
     400       using the same instructions as in LFS issue the following commands:
     401      </para>
     402
     403      <indexterm zone="dbus dbus-init-systemd">
     404        <primary sortas="f-dbus">dbus</primary>
     405      </indexterm>
     406
     407<screen role="root">
     408<userinput>
     409
     410./configure --prefix=/usr                      \
     411            --sysconfdir=/etc                  \
     412            --localstatedir=/var               \
     413            --docdir=/usr/share/doc/dbus-1.8.0 \
     414            --with-console-auth-dir=/run/console/ &amp;&amp;
     415make
     416
     417</userinput></screen>
     418
     419      <para>
     420       And then just install the "dbus-launch" utility as the
     421       <systemitem class="username">root</systemitem> user:
     422      </para>
     423
     424<screen role="root">
     425<userinput>
     426install -m755 tools/dbus-launch /usr/bin
     427</userinput></screen>
     428
     429      <para>
     430        If you had xmlto installed during the build, you can also install manual pages
     431        which were not installed in LFS. Issue the following command as the
     432       <systemitem class="username">root</systemitem> user:
     433      </para>
     434
     435<screen role="root">
     436<userinput>
     437
     438make -C doc install-man                                       
     439
     440</userinput></screen>
     441    </sect3>
     442
    390443  </sect2>
    391444
Note: See TracChangeset for help on using the changeset viewer.