[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1302-g733245f

git git at cross-lfs.org
Wed Jun 25 16:00:47 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, master has been updated
       via  733245f39814442d433354c9fb2dc64e22b239ab (commit)
       via  3abc2da28211569b47b6ddcbf0b227f9c7e951d0 (commit)
       via  d4b275b999d16401d78904b65e08f359942c54b3 (commit)
       via  edbe771accf85063c4f73e6a7f81522fce4433ed (commit)
      from  1c0941b78401bcb01ba4898d2d5171bf798a63ef (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 733245f39814442d433354c9fb2dc64e22b239ab
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 7334a68..abad7e2 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 3abc2da28211569b47b6ddcbf0b227f9c7e951d0
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

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

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 2bd30dc..e145e8c 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "24"> <!-- Use two digits -->
+<!ENTITY day "25"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

    Text fix

diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index 77d719f..e877e56 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -130,8 +130,9 @@
 
 <screen os="m"><userinput>install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
 
-    <para os="n">Move NSS myhostname library to <filename class="directory">/lib
-</filename>:</para>
+    <para os="n">Move the
+    <filename class="libraryfile">nss_myhostname</filename> library to
+    <filename class="directory">/lib</filename>:</para>
 
 <screen os="o"><userinput>mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
 

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list