aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2016-05-13 00:47:51 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2016-05-13 00:47:51 +0000
commitb683a201163298d9325591adc288f81029065225 (patch)
treec6fc8afc2aedca2b46992ec9c8ba5f6c7b8d6e8d
parent81d7190ad555e2e64eca0e351cad4605ae165850 (diff)
Fix gzip instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter06/gzip.xml3
-rw-r--r--general.ent4
3 files changed, 12 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0c95e8e45..578a09824 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,15 @@
</listitem>
-->
<listitem>
+ <para>2016-05-13</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Fixed gzip instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2016-05-06</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 27f6d12db..f6a4645dd 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -59,8 +59,7 @@
<para>Move some programs that do not need to be on the root filesystem:</para>
-<screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin
-mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen>
</sect2>
diff --git a/general.ent b/general.ent
index bd002141d..fb961be95 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-<!ENTITY version "20160510-systemd">
+<!ENTITY version "20160513-systemd">
<!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate "May 10th, 2016">
+<!ENTITY releasedate "May 13th, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.10">
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->