[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-796-g4c313f7

git git at cross-lfs.org
Thu Jan 23 12:46:13 PST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, systemd has been updated
       via  4c313f758e8b5c8e6c9cf832803711948dd587e2 (commit)
       via  5320a834b8f68a377ab18126c57d37db2d58512a (commit)
      from  d158990b045af4ff6b95c091853708a1940fde21 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4c313f758e8b5c8e6c9cf832803711948dd587e2
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 14:47:22 2014 -0600

    Update clfs-network-scripts information for change in Makefile from lfs to clfs.

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index a56c0af..898a47f 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -89,7 +89,7 @@
 <!ENTITY clfs-network-scripts-version "20140123">
 <!ENTITY clfs-network-scripts-size "25 KB">
 <!ENTITY clfs-network-scripts-url "http://cross-lfs.org/files/clfs-network-scripts-&clfs-network-scripts-version;.tar.xz">
-<!ENTITY clfs-network-scripts-md5 "95b894f7e3c14e7606058ce837aaa541">
+<!ENTITY clfs-network-scripts-md5 "18e661146d6548169cac81793c6e92e4">
 <!ENTITY clfs-network-scripts-home " ">
 
 <!ENTITY cloog-version "0.18.2">

commit 5320a834b8f68a377ab18126c57d37db2d58512a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 14:47:06 2014 -0600

    Add commands for linking /etc/machine-id to /var/lib/dbus in pure 32 and 64bit dbus and multilib 64bit dbus.

diff --git a/BOOK/final-system/common/dbus.xml b/BOOK/final-system/common/dbus.xml
index 88ee96c..703681a 100644
--- a/BOOK/final-system/common/dbus.xml
+++ b/BOOK/final-system/common/dbus.xml
@@ -49,6 +49,11 @@
     href="libdbus.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+    <para os="j">Create a symlink so that D-Bus and Systemd can use the same
+    <filename>machine-id</filename> file:</para>
+
+<screen os="k"><userinput>ln -sv /etc/machine-id /var/lib/dbus</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-dbus" role="content">
diff --git a/BOOK/final-system/multilib/dbus-64bit.xml b/BOOK/final-system/multilib/dbus-64bit.xml
index 8438d08..a468e13 100644
--- a/BOOK/final-system/multilib/dbus-64bit.xml
+++ b/BOOK/final-system/multilib/dbus-64bit.xml
@@ -58,6 +58,14 @@
     href="../multilib/libdbus-64bit.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/dbus.xml"
+    xpointer="xpointer(//*[@os='j'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/dbus.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/dbus.xml         |    5 +++++
 BOOK/final-system/multilib/dbus-64bit.xml |    8 ++++++++
 BOOK/packages.ent                         |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list