浏览代码

Improve the tagging and placement of some post install instructions for DBus and Systemd.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10185 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 12 年之前
父节点
当前提交
323c6723c9
共有 4 个文件被更改,包括 20 次插入9 次删除
  1. 11 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/dbus.xml
  3. 6 6
      chapter06/systemd.xml
  4. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2013-03-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Improve the tagging and placement of some post
+          install instructions for DBus and Systemd. Thanks to Pierre Labastie
+          for the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2013-03-01</para>
       <itemizedlist>

+ 1 - 1
chapter06/dbus.xml

@@ -78,7 +78,7 @@
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make install
+<screen><userinput>make install
 dbus-uuidgen --ensure</userinput></screen>
 
   </sect2>

+ 6 - 6
chapter06/systemd.xml

@@ -105,11 +105,6 @@
 
 <screen><userinput remap="install">make install</userinput></screen>
 
-    <para>Create the <filename>/etc/machine-id</filename> file needed by
-    Journald:</para>
-
-<screen><userinput remap="install">systemd-machine-id-setup</userinput></screen>
-
     <para>Create the Sysvinit compatibility symlinks, so Systemd is used
     as the default init system:</para>
 
@@ -125,10 +120,15 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
 
 <screen><userinput remap="install">mkdir -pv /var/log/journal</userinput></screen>
 
-    <para>Remove reference to a non-existent group:</para>
+    <para>Remove a reference to a non-existent group:</para>
 
 <screen><userinput remap="install">sed -i "s@0775 root lock@0755 root root@g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
 
+    <para>Create the <filename>/etc/machine-id</filename> file needed by
+    Journald:</para>
+
+<screen><userinput>systemd-machine-id-setup</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-systemd" role="content">

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SYSTEMD-20130302">
-<!ENTITY releasedate "March 2, 2013">
+<!ENTITY version "SYSTEMD-20130303">
+<!ENTITY releasedate "March 3, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->