Ignore:
Timestamp:
06/27/2019 08:55:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ff3264f
Parents:
e77adf7
Message:

Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    re77adf7 r51dfb3e  
    9292    </para>
    9393
     94
    9495    <bridgehead renderas="sect4">Recommended</bridgehead>
    9596    <para role="recommended">
    9697      <xref linkend="xorg7-lib"/> (for <command>dbus-launch</command> program)
     98      <phrase revision="sysv"><xref linkend="elogind"/> (first build
     99      without, and then again after elogind is installed)</phrase>
    97100    </para>
    98101
     
    142145            --sysconfdir=/etc                    \
    143146            --localstatedir=/var                 \
     147            --enable-user-session                \
    144148            --disable-doxygen-docs               \
    145149            --disable-xml-docs                   \
    146150            --disable-static                     \
     151            --with-systemduserunitdir=no         \
     152            --with-systemdsystemunitdir=no       \
    147153            --docdir=/usr/share/doc/dbus-&dbus-version; \
    148154            --with-console-auth-dir=/run/console \
     
    189195<screen role="root"><userinput>make install</userinput></screen>
    190196
    191     <para revision="systemd">
     197    <para>
    192198      The shared library needs to be moved to
    193199      <filename class="directory">/lib</filename>, and as a result the
     
    198204    </para>
    199205
    200 <screen revision="systemd" role="root"><userinput>mv -v /usr/lib/libdbus-1.so.* /lib &amp;&amp;
     206<screen role="root"><userinput>mv -v /usr/lib/libdbus-1.so.* /lib &amp;&amp;
    201207ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
    202208
     
    222228<screen role="root" revision="sysv"><userinput>dbus-uuidgen --ensure</userinput></screen>
    223229
     230    <para revision="sysv">
     231      If using <xref linkend="elogind"/>, create a symlink to the
     232      <filename>/var/lib/dbus/machine-id</filename> file:
     233    </para>
     234
     235<screen role="root" revision="sysv"><userinput>ln -sv /var/lib/dbus/machine-id /etc</userinput></screen>
     236
    224237    <para revision="systemd">
    225238      If not in chroot, at this point, you should reload the systemd daemon,
     
    286299      href="../../xincludes/static-libraries.xml"/>
    287300
     301    <para>
     302      <parameter>--enable-user-session</parameter>: This parameter enables
     303      per-user DBus sessions with
     304      <phrase revision="sysv"><application>elogind</application>.</phrase>
     305      <phrase revision="systemd"><application>systemd</application>.</phrase>
     306    </para>
     307
    288308    <para revision="sysv">
    289       <parameter>--disable-systemd</parameter>: This switch disables systemd
    290       support in <application>D-Bus</application>.
    291     </para>
    292 
    293     <para revision="sysv">
    294       <parameter>--without-systemdsystemunitdir</parameter>: This switch
    295       prevents installation of systemd unit files.
    296     </para>
    297 
    298     <para revision="systemd">
    299       <parameter>--enable-user-session</parameter>: This parameter enables
    300       per-user DBus sessions with <application>systemd</application>.
    301     </para>
    302 
     309      <parameter>--with-systemd{user,system}unitdir=</parameter>: These
     310      switches disable installation of systemd units on elogind based systems.
     311    </para>
    303312    <para>
    304313      <parameter>--with-console-auth-dir=/run/console/</parameter>: This
Note: See TracChangeset for help on using the changeset viewer.