[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, clfs-1.2, updated. 3811b386a3725fb99225e7fe19e9a66eb3c07371

git git at cross-lfs.org
Mon Dec 5 12:33:47 PST 2011


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, clfs-1.2 has been updated
       via  3811b386a3725fb99225e7fe19e9a66eb3c07371 (commit)
       via  7b07d28847b8bbf425f2f7e192142aaf1832e766 (commit)
       via  13e969d30b327519bb091c61053c0ca8dcdbf66c (commit)
      from  103a452ea2bebfa2ea1c5429c297c3892b61e3df (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 3811b386a3725fb99225e7fe19e9a66eb3c07371
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 5 15:26:27 2011 -0500

    Remove extraneous arpd dir and manpage

diff --git a/BOOK/final-system/common/iproute2.xml b/BOOK/final-system/common/iproute2.xml
index 3883ca6..604c38f 100644
--- a/BOOK/final-system/common/iproute2.xml
+++ b/BOOK/final-system/common/iproute2.xml
@@ -33,7 +33,9 @@
     compiling Berkeley DB can be found in CBLFS at <ulink
     url="&cblfs-root;index.php/Berkeley_DB"/>.</para>
 
-<screen os="s2"><userinput>sed -i '/^TARGETS/s at arpd@@g' misc/Makefile</userinput></screen>
+<screen os="s2"><userinput>sed -i '/^TARGETS/s at arpd@@g' misc/Makefile
+sed -i '/ARPD/d' Makefile
+rm man/man8/arpd.8</userinput></screen>
 
     <para os="a">Compile the package:</para>
 

commit 7b07d28847b8bbf425f2f7e192142aaf1832e766
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 5 15:26:46 2011 -0500

    Grammar fix

diff --git a/BOOK/final-system/common/pkg-config.xml b/BOOK/final-system/common/pkg-config.xml
index 8f5e65c..59fce67 100644
--- a/BOOK/final-system/common/pkg-config.xml
+++ b/BOOK/final-system/common/pkg-config.xml
@@ -38,7 +38,7 @@
         <term><parameter>GLIB_CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include"</parameter></term>
         <term><parameter>GLIB_LIBS="-lglib-2.0"</parameter></term>
         <listitem>
-          <para>Pkg-config no longer comes with Glib and because Pkg-config
+          <para>Pkg-config no longer comes with Glib, and because Pkg-config
         has not been installed itself it needs to be told where Glib is.</para>
         </listitem>
       </varlistentry>

commit 13e969d30b327519bb091c61053c0ca8dcdbf66c
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 5 15:28:08 2011 -0500

    Text update

diff --git a/BOOK/final-system/common/iproute2.xml b/BOOK/final-system/common/iproute2.xml
index d16a699..3883ca6 100644
--- a/BOOK/final-system/common/iproute2.xml
+++ b/BOOK/final-system/common/iproute2.xml
@@ -28,7 +28,7 @@
     <para os="s1">By default, this package builds the <command>arpd</command>
     program, which is dependent on Berkeley DB.  Because <command>arpd</command>
     is not a very common requirement on a base Linux system, remove the
-    dependency on Berkeley DB by applying the <command>sed</command> command
+    dependency on Berkeley DB by using the commands
     below. If the <command>arpd</command> binary is needed, instructions for
     compiling Berkeley DB can be found in CBLFS at <ulink
     url="&cblfs-root;index.php/Berkeley_DB"/>.</para>

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

Summary of changes:
 BOOK/final-system/common/iproute2.xml   |    6 ++++--
 BOOK/final-system/common/pkg-config.xml |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list