[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-975-g43196c5

git git at cross-lfs.org
Fri May 9 09:57:18 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  43196c5cb60bfdff73fb66269d91b0142c174e36 (commit)
       via  174d61e53c4ca107e462074593a6f7c6e599c214 (commit)
      from  7adbc2fba822e0fbd4e8cab1820d660c63810402 (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 43196c5cb60bfdff73fb66269d91b0142c174e36
Author: Chris Staub <chris at beaker67.com>
Date:   Fri May 9 12:57:08 2014 -0400

    Corrected configure options for man-db

diff --git a/BOOK/final-system/common/man-db.xml b/BOOK/final-system/common/man-db.xml
index 69930f5..df57a42 100644
--- a/BOOK/final-system/common/man-db.xml
+++ b/BOOK/final-system/common/man-db.xml
@@ -30,7 +30,7 @@
 <screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
     --disable-setuid --with-browser=/usr/bin/lynx \
-    --with-vgrind=/usr/bin/vgrind --with-grep=/bin/grep</userinput></screen>
+    --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen>
 
     <variablelist os="c">
       <title>The meaning of the configure options:</title>
diff --git a/BOOK/final-system/multilib/man-db.xml b/BOOK/final-system/multilib/man-db.xml
index d4566fc..843baf8 100644
--- a/BOOK/final-system/multilib/man-db.xml
+++ b/BOOK/final-system/multilib/man-db.xml
@@ -28,7 +28,7 @@
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/lib64 \
     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
     --with-libdir=/usr/lib64 --disable-setuid --with-browser=/usr/bin/lynx \
-    --with-vgrind=/usr/bin/vgrind --with-grep=/bin/grep</userinput></screen>
+    --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/man-db.xml"

commit 174d61e53c4ca107e462074593a6f7c6e599c214
Author: Chris Staub <chris at beaker67.com>
Date:   Fri May 9 12:56:04 2014 -0400

    Added libexecdir to man-db

diff --git a/BOOK/final-system/common/man-db.xml b/BOOK/final-system/common/man-db.xml
index 4d33f28..69930f5 100644
--- a/BOOK/final-system/common/man-db.xml
+++ b/BOOK/final-system/common/man-db.xml
@@ -27,7 +27,7 @@
 
     <para os="a">Prepare Man-DB for compilation:</para>
 
-<screen os="b"><userinput>./configure --prefix=/usr \
+<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib \
     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
     --disable-setuid --with-browser=/usr/bin/lynx \
     --with-vgrind=/usr/bin/vgrind --with-grep=/bin/grep</userinput></screen>
diff --git a/BOOK/final-system/multilib/man-db.xml b/BOOK/final-system/multilib/man-db.xml
index ae787a1..d4566fc 100644
--- a/BOOK/final-system/multilib/man-db.xml
+++ b/BOOK/final-system/multilib/man-db.xml
@@ -25,7 +25,7 @@
     href="../common/man-db.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
+<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/lib64 \
     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
     --with-libdir=/usr/lib64 --disable-setuid --with-browser=/usr/bin/lynx \
     --with-vgrind=/usr/bin/vgrind --with-grep=/bin/grep</userinput></screen>

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

Summary of changes:
 BOOK/final-system/common/man-db.xml   |    4 ++--
 BOOK/final-system/multilib/man-db.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list