[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-590-ge57ce38

git git at cross-lfs.org
Tue Dec 31 22:18:27 PST 2013


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  e57ce38e2fd540ff0fba981f2615f7da8b6094d3 (commit)
       via  a6913244111964904b359ff1506ebff89c6c33a7 (commit)
      from  93efe73bbf3ed2d86dde3aeb8bf91df77a7d44ba (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 e57ce38e2fd540ff0fba981f2615f7da8b6094d3
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jan 1 01:18:16 2014 -0500

    Remove unneeded files installed by EGLIBC

diff --git a/BOOK/final-system/common/eglibc.xml b/BOOK/final-system/common/eglibc.xml
index 9643120..e8fb6dc 100644
--- a/BOOK/final-system/common/eglibc.xml
+++ b/BOOK/final-system/common/eglibc.xml
@@ -146,9 +146,11 @@ make -k check 2>&1 | tee eglibc-check-log; grep Error eglibc-check-log</u
 
 <screen os="r"><userinput>touch /etc/ld.so.conf</userinput></screen>
 
-    <para os="s">Install the package:</para>
+    <para os="s">Install the package, and remove unneeded files from
+    <filename class="directory">/usr/include/rpcsvc</filename>:</para>
 
-<screen os="t"><userinput>make install</userinput></screen>
+<screen os="t"><userinput>make install &&
+rm -v /usr/include/rpcsvc/*.x</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 82938fb..ca68d70 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 
 -->
     <listitem>
+      <para>01 January 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Added command to EGLIBC instructions to remove
+          extraneous '.x' files from /usr/include/rpcsvc.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>23 December 2013</para>
       <itemizedlist>
         <listitem>

commit a6913244111964904b359ff1506ebff89c6c33a7
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jan 1 01:17:49 2014 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 9e17118..bb2baf6 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "12"> <!-- Use two digits -->
+<!ENTITY month "01"> <!-- Use two digits -->
 <!ENTITY month_name "December">
-<!ENTITY day "30"> <!-- Use two digits -->
-<!ENTITY year "2013"> <!-- Use four digits -->
+<!ENTITY day "01"> <!-- Use two digits -->
+<!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
 

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

Summary of changes:
 BOOK/final-system/common/eglibc.xml    |    6 ++++--
 BOOK/general.ent                       |    6 +++---
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 3 files changed, 17 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list