[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-121-gafd5ee2

git git at clfs.org
Fri Sep 4 17:19:08 PDT 2015


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  afd5ee2fba5a38102a91578d9f89fc3ba8b80563 (commit)
      from  2fc0b9b98683910dd4d7fe7bc6f8da745eb923a7 (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 afd5ee2fba5a38102a91578d9f89fc3ba8b80563
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Sep 4 19:13:16 2015 -0500

    Add command to edit man-db.conf tmpfile as we have no man user.

diff --git a/BOOK/final-system/common/man-db.xml b/BOOK/final-system/common/man-db.xml
index 57a5106..7ed5299 100644
--- a/BOOK/final-system/common/man-db.xml
+++ b/BOOK/final-system/common/man-db.xml
@@ -72,6 +72,9 @@
 
 <screen os="i"><userinput>make install</userinput></screen>
 
+    <para os="j">Edit the installed tmpfile as we have no <systemitem class="username">man</systemitem> user:</para>
+
+<screen os="k"><userinput>sed -i "s:man root:root root:g" /usr/lib/tmpfiles.d/man-db.conf</userinput></screen>
   </sect2>
 
   <sect2 id="encoding-man-db" role="encoding">
diff --git a/BOOK/final-system/multilib/man-db.xml b/BOOK/final-system/multilib/man-db.xml
index a109a52..97b009a 100644
--- a/BOOK/final-system/multilib/man-db.xml
+++ b/BOOK/final-system/multilib/man-db.xml
@@ -59,6 +59,14 @@
     href="../common/man-db.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/man-db.xml"
+    xpointer="xpointer(//*[@os='j'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/man-db.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/final-system/common/man-db.xml   |    3 +++
 BOOK/final-system/multilib/man-db.xml |    8 ++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list