[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-952-g57c6e18

git git at cross-lfs.org
Sat Mar 8 16:12:41 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  57c6e18c8159b0cb8dc6cd04cb32a0ad0fbafd5a (commit)
       via  ba3910ead8ea89a99dcf90f2d98d0e97b798fc5e (commit)
      from  4c803c7b33fb3b60f4e5c6cf162b4a97b7fcd045 (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 57c6e18c8159b0cb8dc6cd04cb32a0ad0fbafd5a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Mar 8 18:12:32 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index adfdba6..ce37c0d 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "03"> <!-- Use two digits -->
 <!ENTITY month_name "March">
-<!ENTITY day "02"> <!-- Use two digits -->
+<!ENTITY day "08"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit ba3910ead8ea89a99dcf90f2d98d0e97b798fc5e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Mar 8 18:12:23 2014 -0600

    Fix perl and perl 32bit instructions for note and remove a redundant command that only should be with the boot method note regarding tests.

diff --git a/BOOK/final-system/common/perl.xml b/BOOK/final-system/common/perl.xml
index e9d83e2..d4749ca 100644
--- a/BOOK/final-system/common/perl.xml
+++ b/BOOK/final-system/common/perl.xml
@@ -38,15 +38,14 @@
       <para>If you are following the boot method you will need to enable the
       loopback device as well as set a hostname for some of the tests:</para>
 
-  <screen os="a01"><userinput remap="test">ip link set lo up
-hostname clfs</userinput></screen>
+<screen><userinput remap="test">ip link set lo up hostname clfs</userinput></screen>
     </note>
 
-    <para os="a02">Before starting to configure, create a basic
+    <para os="a01">Before starting to configure, create a basic
     <filename>/etc/hosts</filename> file which will be referenced by one
     of Perl's configuration files as well as used by the testsuite:</para>
 
-<screen os="a03"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
+<screen os="a02"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
 
     <para os="a">To have full control over the way Perl is set up, you can
     run the interactive <command>Configure</command> script and hand-pick
diff --git a/BOOK/final-system/multilib/perl.xml b/BOOK/final-system/multilib/perl.xml
index f629c27..f677b6c 100644
--- a/BOOK/final-system/multilib/perl.xml
+++ b/BOOK/final-system/multilib/perl.xml
@@ -44,10 +44,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/perl.xml"
-    xpointer="xpointer(//*[@os='a03'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/perl.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>./configure.gnu --prefix=/usr \

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

Summary of changes:
 BOOK/final-system/common/perl.xml   |    7 +++----
 BOOK/final-system/multilib/perl.xml |    4 ----
 BOOK/general.ent                    |    2 +-
 3 files changed, 4 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list