[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-158-g28d5047

git git at clfs.org
Sun Sep 6 23:39:33 PDT 2015


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  28d504785486e1bba6e8aadb7b58794077628f9f (commit)
      from  1902d376396721cca3738d91288b33b10bce210e (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 28d504785486e1bba6e8aadb7b58794077628f9f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Sep 7 01:39:25 2015 -0500

    mv gzexe and uncompress to /usr/bin.

diff --git a/BOOK/final-system/common/gzip.xml b/BOOK/final-system/common/gzip.xml
index 49f760b..32f6b89 100644
--- a/BOOK/final-system/common/gzip.xml
+++ b/BOOK/final-system/common/gzip.xml
@@ -44,7 +44,9 @@
     <para os="h">Now we will move some of the utilities to
     <filename class="directory">/usr/bin</filename> to meet FHS compliance:</para>
 
-<screen os="i"><userinput>mv -v /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen>
+<screen os="i"><userinput>mv -v /bin/{gzexe,uncompress} /usr/bin
+mv -v /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin
+	</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index ecb8f06..0e17bce 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>07 September 2015</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - mv <command>gzexe</command> and <command>uncompress</command> to <filename class="directory">/usr/bin</filename>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>06 September 2015</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/gzip.xml      |    4 +++-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list