Forráskód Böngészése

Fix gzip instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 9 éve
szülő
commit
b683a20116
3 módosított fájl, 12 hozzáadás és 4 törlés
  1. 9 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/gzip.xml
  3. 2 2
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -35,6 +35,15 @@
       </itemizedlist>
     </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>

+ 1 - 2
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>
 

+ 2 - 2
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}]" -->