[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-68-g4ad54f3

git git at cross-lfs.org
Sun Aug 17 03:59:29 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  4ad54f32fa52848a2ba4396e6adf9f4087609b29 (commit)
       via  2f1545e2d04eff6f5284159de5b9f275cff82e0e (commit)
      from  6f2d5ef34268d75f17e5a44817c43d0eaa9e8360 (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 4ad54f32fa52848a2ba4396e6adf9f4087609b29
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 619438e..3fcbc98 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 2f1545e2d04eff6f5284159de5b9f275cff82e0e
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 c8c460f..cb98c1a 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 ec662b7..f96dc80 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-systemd"/></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