Changeset 787a2e75


Ignore:
Timestamp:
06/04/2016 01:39:41 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
f1ce80b
Parents:
670d3f8
Message:

One more change for D-Bus and cleanup.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r670d3f8 r787a2e75  
    185185<screen role="root"><userinput>make install</userinput></screen>
    186186
     187    <para revision="systemd">
     188      The shared library needs to be moved to
     189      <filename class="directory">/lib</filename>, and as a result the
     190      <filename class="extension">.so</filename> file in
     191      <filename class="directory">/usr/lib</filename> will need to be
     192      recreated. Run the following command as the
     193      <systemitem class="username">root</systemitem> user:
     194    </para>
     195
     196<screen revision="systemd"><userinput remap="install">mv -v /usr/lib/libdbus-1.so.* /lib
     197ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
     198
    187199    <para>
    188200      If you are using a DESTDIR install,
     
    195207chmod -v      4750       /usr/libexec/dbus-daemon-launch-helper</userinput></screen>
    196208
    197     <para>
     209    <para revision="sysv">
    198210      If you are still building your system in chroot or you did not start the
    199211      daemon yet, but you want to compile some packages that require
     
    204216    </para>
    205217
    206 <screen role="root"><userinput>dbus-uuidgen --ensure</userinput></screen>
     218<screen role="root" revision="sysv"><userinput>dbus-uuidgen --ensure</userinput></screen>
    207219
    208220    <para revision="systemd">
Note: See TracChangeset for help on using the changeset viewer.