[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-785-ga22d9a5

git git at cross-lfs.org
Sun Apr 20 22:58: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, systemd has been updated
       via  a22d9a574539b5104231133976da2c34690e1271 (commit)
       via  3e72e74ba333a4d007bc1087389b8ed42a7f9db2 (commit)
      from  cdc83f69370905e3c1bf7effbcdbdbff805b9b32 (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 a22d9a574539b5104231133976da2c34690e1271
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Apr 21 01:58:49 2014 -0400

    Add back command to create /usr/bin/perl symlink

diff --git a/BOOK/final-system/common/temp-perl.xml b/BOOK/final-system/common/temp-perl.xml
index 121adf6..36397e3 100644
--- a/BOOK/final-system/common/temp-perl.xml
+++ b/BOOK/final-system/common/temp-perl.xml
@@ -62,6 +62,10 @@
 
 <screen os="j"><userinput>make install</userinput></screen>
 
+    <para os="k">Finally, create a necessary symlink:</para>
+
+<screen os="l"><userinput>ln -sfv /tools/bin/perl /usr/bin</userinput></screen>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/final-system/multilib/temp-perl.xml b/BOOK/final-system/multilib/temp-perl.xml
index 9aac458..4dce6b1 100644
--- a/BOOK/final-system/multilib/temp-perl.xml
+++ b/BOOK/final-system/multilib/temp-perl.xml
@@ -68,6 +68,14 @@
     href="../common/temp-perl.xml"
     xpointer="xpointer(//*[@os='j'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/temp-perl.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/temp-perl.xml"
+    xpointer="xpointer(//*[@os='l'])"/>
+
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 0083ed7..576dbeb 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>21 April 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Re-added manual creation of /usr/bin/perl symlink,
+          as it is not created automatically under some circumstances.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>20 April 2014</para>
       <itemizedlist>
         <listitem>

commit 3e72e74ba333a4d007bc1087389b8ed42a7f9db2
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Apr 21 01:58:32 2014 -0400

    Update date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 28ab7e2..6bd7f74 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "04"> <!-- Use two digits -->
 <!ENTITY month_name "April">
-<!ENTITY day "20"> <!-- Use two digits -->
+<!ENTITY day "21"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/temp-perl.xml   |    4 ++++
 BOOK/final-system/multilib/temp-perl.xml |    8 ++++++++
 BOOK/general.ent                         |    2 +-
 BOOK/introduction/common/changelog.xml   |   10 ++++++++++
 4 files changed, 23 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list