[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-rc1-sysvinit-11-g47e0529

git git at cross-lfs.org
Fri Aug 1 04:03:14 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, sysvinit has been updated
       via  47e0529af1f7c675da6c81b2cd5dba2b21ab8b3d (commit)
       via  56485520a68c35dc6d42d806e4c2ce3929f6f685 (commit)
      from  8df02f5ae04af162000f5aea178e5d8a7fcb2cec (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 47e0529af1f7c675da6c81b2cd5dba2b21ab8b3d
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Aug 1 07:02:57 2014 -0400

    Added command explanation to ncurses

diff --git a/BOOK/final-system/common/ncurses.xml b/BOOK/final-system/common/ncurses.xml
index 7cee81e..99676bd 100644
--- a/BOOK/final-system/common/ncurses.xml
+++ b/BOOK/final-system/common/ncurses.xml
@@ -37,6 +37,17 @@
     --with-manpage-format=normal \
     --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
 
+    <variablelist os="b1">
+      <title>The meaning of the new configure option:</title>
+
+      <varlistentry>
+        <term><parameter>--with-manpage-format=normal</parameter></term>
+        <listitem>
+          <para>This tells Ncurses not to compress its installed manpages.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+
     <para os="c">Compile the package:</para>
 
 <screen os="d"><userinput>make</userinput></screen>
diff --git a/BOOK/final-system/multilib/ncurses.xml b/BOOK/final-system/multilib/ncurses.xml
index 2e83afa..0232ad9 100644
--- a/BOOK/final-system/multilib/ncurses.xml
+++ b/BOOK/final-system/multilib/ncurses.xml
@@ -42,6 +42,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/ncurses.xml"
+    xpointer="xpointer(//*[@os='b1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/ncurses.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 56485520a68c35dc6d42d806e4c2ce3929f6f685
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Aug 1 07:02:44 2014 -0400

    Text fix

diff --git a/BOOK/final-system/common/bash.xml b/BOOK/final-system/common/bash.xml
index 899abbb..93a5981 100644
--- a/BOOK/final-system/common/bash.xml
+++ b/BOOK/final-system/common/bash.xml
@@ -36,7 +36,7 @@
     --docdir=/usr/share/doc/bash-&bash-version;</userinput></screen>
 
     <variablelist os="c">
-      <title>The meaning of the configure option:</title>
+      <title>The meaning of the new configure option:</title>
 
       <varlistentry>
         <term><parameter>--with-installed-readline</parameter></term>

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

Summary of changes:
 BOOK/final-system/common/bash.xml      |    2 +-
 BOOK/final-system/common/ncurses.xml   |   11 +++++++++++
 BOOK/final-system/multilib/ncurses.xml |    4 ++++
 3 files changed, 16 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list