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

git git at cross-lfs.org
Sun Aug 17 03:59:37 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  c891ecd7dd923a40a75b36852f4ca1b978ec5410 (commit)
       via  b45cbb3041319644f5bb661d0817d754f1986a0a (commit)
      from  7c866c975b4c06450e1159bdd65fe66a824a3256 (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 c891ecd7dd923a40a75b36852f4ca1b978ec5410
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Aug 17 06:58:34 2014 -0400

    Command explanation not needed for less

diff --git a/BOOK/final-system/common/less.xml b/BOOK/final-system/common/less.xml
index 6370993..43d9abb 100644
--- a/BOOK/final-system/common/less.xml
+++ b/BOOK/final-system/common/less.xml
@@ -28,33 +28,20 @@
 
 <screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen>
 
-    <variablelist os="c">
-      <title>The meaning of the configure option:</title>
+    <para os="c">Compile the package:</para>
 
-      <varlistentry>
-        <term><parameter>--sysconfdir=/etc</parameter></term>
-        <listitem>
-          <para>This option tells the programs created by the package to look
-          in <filename class="directory">/etc</filename> for the configuration
-          files.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-
-    <para os="d">Compile the package:</para>
-
-<screen os="e"><userinput>make</userinput></screen>
+<screen os="d"><userinput>make</userinput></screen>
 
-    <para os="f">This package does not come with a test suite.</para>
+    <para os="e">This package does not come with a test suite.</para>
 
-    <para os="g">Install the package:</para>
+    <para os="f">Install the package:</para>
 
-<screen os="h"><userinput>make install</userinput></screen>
+<screen os="g"><userinput>make install</userinput></screen>
 
-    <para os="i">Move <command>less</command> to
+    <para os="h">Move <command>less</command> to
     <filename class="directory">/bin</filename>:</para>
 
-<screen os="j"><userinput>mv -v /usr/bin/less /bin</userinput></screen>
+<screen os="i"><userinput>mv -v /usr/bin/less /bin</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/final-system/multilib/less.xml b/BOOK/final-system/multilib/less.xml
index 7fb6acb..f604c06 100644
--- a/BOOK/final-system/multilib/less.xml
+++ b/BOOK/final-system/multilib/less.xml
@@ -56,10 +56,6 @@
     href="../common/less.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/less.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
-
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 62b83ff..976d6bd 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -43,6 +43,10 @@
           <para>[Chris] - Combined Makefile modification commands in
           Boot section Shadow install into one command.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed redundant command explanation from
+          Less installation page.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit b45cbb3041319644f5bb661d0817d754f1986a0a
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Aug 17 06:47:56 2014 -0400

    Minor text fixes

diff --git a/BOOK/final-system/common/shadow.xml b/BOOK/final-system/common/shadow.xml
index 0db74dc..0a39ac8 100644
--- a/BOOK/final-system/common/shadow.xml
+++ b/BOOK/final-system/common/shadow.xml
@@ -52,7 +52,7 @@ find man -name Makefile.in -exec sed -i \
 
 <screen os="e"><userinput>./configure --sysconfdir=/etc</userinput></screen>
 
-<para os="f">The meaning of the configure options:</para>
+<para os="f">The meaning of the new configure option:</para>
 
   <variablelist os="g">
     <varlistentry>
diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index 5452bf7..632e8aa 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -42,7 +42,7 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
     <title>Installation of Util-linux</title>
 
     <note os="n">
-      <para><command>findmnt</command>, and <command>lsblk</command> can
+      <para><command>findmnt</command> and <command>lsblk</command> can
       utilize <filename class="libraryfile">libudev</filename> for WWN and serial
       number information. If this is desired, rebuild Util-linux after
       <xref linkend="ch-system-eudev"/></para>

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

Summary of changes:
 BOOK/final-system/common/less.xml       |   27 +++++++--------------------
 BOOK/final-system/common/shadow.xml     |    2 +-
 BOOK/final-system/common/util-linux.xml |    2 +-
 BOOK/final-system/multilib/less.xml     |    4 ----
 BOOK/introduction/common/changelog.xml  |    4 ++++
 5 files changed, 13 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list