[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-146-gc521416

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, sysvinit has been updated
       via  c521416c3b43498da9d9b8a0b0d525e2fb085967 (commit)
      from  52a9cd0523a676eb090d19fa937caed5bc135a7d (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 c521416c3b43498da9d9b8a0b0d525e2fb085967
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 f45ccc0..bf8c5c9 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