Changeset 670d3f8


Ignore:
Timestamp:
06/04/2016 01:17:44 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:
787a2e75
Parents:
3c7bd00
Message:

Fix missed changes between revisions for D-Bus.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r3c7bd00 r670d3f8  
    121121    <title>Installation of D-Bus</title>
    122122
    123     <para>
     123    <para revision="sysv">
    124124      If they do not already exist,
    125125      as the <systemitem class="username">root</systemitem> user, create a
     
    127127    </para>
    128128
    129 <screen role="root"><userinput>groupadd -g 18 messagebus &amp;&amp;
     129<screen role="root" revision="sysv"><userinput>groupadd -g 18 messagebus &amp;&amp;
    130130useradd -c "D-Bus Message Daemon User" -d /var/run/dbus \
    131131        -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
     
    169169        <application>D-Bus</application> in LFS. It is critical that
    170170        nothing uses <application>D-Bus</application> libraries or
    171         programs during the installation phrase. Best way to achieve
    172         that is to do the installation in the rescue mode. To switch
    173         to the rescue mode, issue the following command as the
    174         <systemitem class="username">root</systemitem> user from a TTY:
     171        programs during the installation. The best way to ensure that these
     172        libraries are not being used is to run the installation in rescue mode.
     173        To switch to rescue mode, run the following command as the
     174        <systemitem class="username">root</systemitem> user (from a TTY):
    175175      </para>
     176
     177<screen role="root"><userinput>systemctl start rescue.target</userinput></screen>
     178
    176179    </warning>
    177180
     
    264267      <parameter>--disable-doxygen-docs</parameter>: This switch disables
    265268      doxygen documentation build and install, if you have
    266       <application>doxygen</application> installed. Delete, if
    267       <application>doxygen</application> is installed and you wish to build and
    268       install them.
     269      <application>doxygen</application> installed. If
     270      <application>doxygen</application> is installed, and you wish to build
     271      them, remove this parameter.
    269272    </para>
    270273
     
    272275      <parameter>--disable-xml-docs</parameter>: This switch disables html
    273276      documentation build and install, if you have
    274       <application>xmlto</application> installed. Delete, if
    275       <application>xmlto</application> is installed and you wish to build and
    276       install them.
     277      <application>xmlto</application> installed. If
     278      <application>xmlto</application> is installed, and you wish to build
     279      them, remove this parameter.
    277280    </para>
    278281
     
    319322
    320323  <sect2 role="configuration">
    321     <title>Configuring dbus</title>
     324    <title>Configuring D-Bus</title>
    322325
    323326    <sect3 id="dbus-config">
     
    381384    </sect3>
    382385
    383     <sect3  id="dbus-init" revision="sysv">
     386    <sect3  id="dbus-session">
    384387      <title>D-Bus Session Daemon</title>
    385388
     
    391394      </para>
    392395
    393       <indexterm zone="dbus dbus-init" revision="sysv">
     396      <indexterm zone="dbus dbus-session" revision="sysv">
    394397        <primary sortas="f-dbus">dbus</primary>
    395398      </indexterm>
Note: See TracChangeset for help on using the changeset viewer.