[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1278-gd910285

git git at cross-lfs.org
Thu Jun 26 00:52:26 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  d91028573466355f22bb64aef5160b2b6698c034 (commit)
       via  a8a07200fd3a8dcb5161de6fd3a157eb61ed5c3e (commit)
      from  357e89cc8dde0c075fe30e00adaf6a0a0fa8a915 (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 d91028573466355f22bb64aef5160b2b6698c034
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 25 18:58:39 2014 -0400

    Text updates for procps-ng

diff --git a/BOOK/final-system/common/procps-ng.xml b/BOOK/final-system/common/procps-ng.xml
index 2bf4a1e..c5d6436 100644
--- a/BOOK/final-system/common/procps-ng.xml
+++ b/BOOK/final-system/common/procps-ng.xml
@@ -36,8 +36,8 @@
       <varlistentry>
         <term><parameter>--disable-kill</parameter></term>
         <listitem>
-          <para>This switch disables building the kill command that
-          was installed in the util-linux package.</para>
+          <para>This switch disables building the <command>kill</command>
+          program - a better version was installed by the Util-linux package.</para>
         </listitem>
       </varlistentry>
     </variablelist>
@@ -64,7 +64,8 @@ make check</userinput></screen>
 
 <screen os="i"><userinput>make install</userinput></screen>
 
-    <para os="j">Move essential files to a location that can be found if <filename class="directory">/usr</filename> is not mounted.</para>
+    <para os="j">Move essential files to a location that can be found if
+    <filename class="directory">/usr</filename> is not mounted:</para>
 
 <screen os="k"><userinput>mv -v /usr/bin/pidof /bin
 mv -v /usr/lib/libprocps.so.* /lib

commit a8a07200fd3a8dcb5161de6fd3a157eb61ed5c3e
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 25 18:53:59 2014 -0400

    Text updates for ncurses

diff --git a/BOOK/final-system/common/ncurses.xml b/BOOK/final-system/common/ncurses.xml
index c5064e7..7cee81e 100644
--- a/BOOK/final-system/common/ncurses.xml
+++ b/BOOK/final-system/common/ncurses.xml
@@ -41,8 +41,8 @@
 
 <screen os="d"><userinput>make</userinput></screen>
 
-    <para os="e">This package has a test suite, and can be ran after the
-    package is installed. The tests are in the
+    <para os="e">This package has a test suite, but it can only be run after
+    the package is installed. The tests are in the
     <filename class="directory">test/</filename> directory. See the
     <filename>README</filename> file in that directory for details.</para>
 
@@ -62,8 +62,10 @@ ln -svf ../../lib/$(readlink /lib/libpanelw.so) /usr/lib/libpanelw.so
 ln -svf ../../lib/$(readlink /lib/libformw.so) /usr/lib/libformw.so
 rm -v /lib/lib{ncursesw,menuw,panelw,formw}.so</userinput></screen>
 
-    <para os="l">Now we will make our Ncurses compatible for older and non-widec compatible programs
-    can build properly:</para>
+    <para os="l">Many packages that use Ncurses will compile just fine against
+    the widechar libraries, but won't know to look for them. Create linker
+    scripts and symbolic links to allow older and non-widec compatible
+    programs to build properly:</para>
 
 <screen os="m"><userinput>for lib in curses ncurses form panel menu ; do
         echo "INPUT(-l${lib}w)" > /usr/lib/lib${lib}.so

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

Summary of changes:
 BOOK/final-system/common/ncurses.xml   |   10 ++++++----
 BOOK/final-system/common/procps-ng.xml |    7 ++++---
 2 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list