[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-593-g0886dd9

git git at cross-lfs.org
Sun Mar 30 01:26:54 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, systemd has been updated
       via  0886dd911425c1b31e4185838e9a7202f1b21512 (commit)
       via  4547561f2625dcdb483f59613cadd5f1d94783f7 (commit)
      from  8f94b08c25f3235a8e3ca91768daa60a8d77f601 (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 0886dd911425c1b31e4185838e9a7202f1b21512
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Mar 30 04:26:50 2014 -0400

    Minor formatting fix

diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index e47e437..497b140 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -85,8 +85,7 @@
 
     <para os="f">Prevent a broken test case from running:</para>
 
-<screen os="g"><userinput remap="test">
-sed -e "s:test/udev-test.pl::g" \
+<screen os="g"><userinput remap="test">sed -e "s:test/udev-test.pl::g" \
     -e "s:test-bus-cleanup\$(EXEEXT) ::g" \
     -e "s:test-bus-gvariant\$(EXEEXT) ::g" \
     -i Makefile</userinput></screen>

commit 4547561f2625dcdb483f59613cadd5f1d94783f7
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Mar 30 04:24:57 2014 -0400

    Remove unneeded instructions to install systemd manpages

diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index bafde9d..e47e437 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -99,14 +99,9 @@ sed -e "s:test/udev-test.pl::g" \
 
 <screen os="k"><userinput>make install</userinput></screen>
 
-    <para os="l">Install man pages and documentation files that are not
-    installed by default:</para>
+    <para os="l">Install documentation files that are not installed by default:</para>
 
-<screen os="m"><userinput>for section in 1 3 5 7 8
-do
-  install -v -m644 man/*.${section} /usr/share/man/man${section}
-done
-install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
+<screen os="m"><userinput>install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
 
     <para os="n">Move NSS myhostname library to <filename class="directory">/lib
 </filename>:</para>
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index ee537e8..f2a7ba6 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,19 @@
 -->
 
     <listitem>
+      <para>30 March 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed instructions to install systemd manpages -
+          they are now automatically installed by default.</para>
+        </listitem>
+        <listitem>
+          <para>[Chris] - Updated installed program lists for several packages.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>23 March 2014</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/systemd.xml   |   12 +++---------
 BOOK/introduction/common/changelog.xml |   13 +++++++++++++
 2 files changed, 16 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list