Author: dj
Date: Fri Jun  3 18:17:44 2016
New Revision: 17431

Log:
Fix missed changes between revisions for D-Bus.

Modified:
   trunk/BOOK/general/sysutils/dbus.xml

Modified: trunk/BOOK/general/sysutils/dbus.xml
==============================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        Fri Jun  3 17:20:40 2016        
(r17430)
+++ trunk/BOOK/general/sysutils/dbus.xml        Fri Jun  3 18:17:44 2016        
(r17431)
@@ -120,13 +120,13 @@
   <sect2 role="installation">
     <title>Installation of D-Bus</title>
 
-    <para>
+    <para revision="sysv">
       If they do not already exist,
       as the <systemitem class="username">root</systemitem> user, create a
       system user and group to handle the system message bus activity:
     </para>
 
-<screen role="root"><userinput>groupadd -g 18 messagebus &amp;&amp;
+<screen role="root" revision="sysv"><userinput>groupadd -g 18 messagebus 
&amp;&amp;
 useradd -c "D-Bus Message Daemon User" -d /var/run/dbus \
         -u 18 -g messagebus -s /bin/false messagebus</userinput></screen>
 
@@ -168,11 +168,14 @@
         Installing the package will override all files installed by
         <application>D-Bus</application> in LFS. It is critical that
         nothing uses <application>D-Bus</application> libraries or
-        programs during the installation phrase. Best way to achieve
-        that is to do the installation in the rescue mode. To switch
-        to the rescue mode, issue the following command as the
-        <systemitem class="username">root</systemitem> user from a TTY:
+        programs during the installation. The best way to ensure that these
+        libraries are not being used is to run the installation in rescue mode.
+        To switch to rescue mode, run the following command as the
+        <systemitem class="username">root</systemitem> user (from a TTY):
       </para>
+
+<screen role="root"><userinput>systemctl start 
rescue.target</userinput></screen>
+
     </warning>
 
     <para>
@@ -263,17 +266,17 @@
     <para>
       <parameter>--disable-doxygen-docs</parameter>: This switch disables
       doxygen documentation build and install, if you have
-      <application>doxygen</application> installed. Delete, if
-      <application>doxygen</application> is installed and you wish to build and
-      install them.
+      <application>doxygen</application> installed. If
+      <application>doxygen</application> is installed, and you wish to build
+      them, remove this parameter.
     </para>
 
     <para>
       <parameter>--disable-xml-docs</parameter>: This switch disables html
       documentation build and install, if you have
-      <application>xmlto</application> installed. Delete, if
-      <application>xmlto</application> is installed and you wish to build and
-      install them.
+      <application>xmlto</application> installed. If
+      <application>xmlto</application> is installed, and you wish to build
+      them, remove this parameter.
     </para>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
@@ -318,7 +321,7 @@
   </sect2>
 
   <sect2 role="configuration">
-    <title>Configuring dbus</title>
+    <title>Configuring D-Bus</title>
 
     <sect3 id="dbus-config">
       <title>Config Files</title>
@@ -380,7 +383,7 @@
 
     </sect3>
 
-    <sect3  id="dbus-init" revision="sysv">
+    <sect3  id="dbus-session">
       <title>D-Bus Session Daemon</title>
 
       <para revision="sysv">
@@ -390,7 +393,7 @@
         <xref linkend="bootscripts"/> package.
       </para>
 
-      <indexterm zone="dbus dbus-init" revision="sysv">
+      <indexterm zone="dbus dbus-session" revision="sysv">
         <primary sortas="f-dbus">dbus</primary>
       </indexterm>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to