[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1288-gff6229f

git git at cross-lfs.org
Tue Jun 24 02:42:55 PDT 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, master has been updated
       via  ff6229f328d479d2bcbd6a6274bfa89e9d76eb7b (commit)
       via  d34599ad25ac556770aeb44be8a913de46ae3b0a (commit)
      from  63f19424c04637b783c6f6e0f1f7787df953dc4a (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 ff6229f328d479d2bcbd6a6274bfa89e9d76eb7b
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 24 05:42:49 2014 -0400

    Remove reference to non-existent man page

diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index 089993c..4f49368 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -32,6 +32,12 @@
 
 <screen os="p2"><userinput>patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
 
+    <para os="s1">The <filename>timesyncd.conf</filename> file contains a
+    reference to a non-existent <filename>timesyncd.conf(5)</filename> man
+    page. Remove that reference to avoid possible confusion:</para>
+
+<screen os="s2"><userinput>sed -i '/timesyncd.conf/d' src/timesync/timesyncd.conf.in</userinput></screen>
+
     <para os="a">Prepare systemd for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr \
diff --git a/BOOK/final-system/multilib/systemd-64bit.xml b/BOOK/final-system/multilib/systemd-64bit.xml
index 45d0572..b650fda 100644
--- a/BOOK/final-system/multilib/systemd-64bit.xml
+++ b/BOOK/final-system/multilib/systemd-64bit.xml
@@ -30,6 +30,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/systemd.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \

commit d34599ad25ac556770aeb44be8a913de46ae3b0a
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 24 05:42:30 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 4822397..c731183 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "23"> <!-- Use two digits -->
+<!ENTITY day "24"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/systemd.xml         |    6 ++++++
 BOOK/final-system/multilib/systemd-64bit.xml |    8 ++++++++
 BOOK/general.ent                             |    2 +-
 3 files changed, 15 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list