Changeset b683a20


Ignore:
Timestamp:
05/13/2016 12:47:51 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Children:
2c1d5cf
Parents:
81d7190a
Message:

Fix gzip instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r81d7190a rb683a20  
    3737-->
    3838    <listitem>
     39      <para>2016-05-13</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[renodr] - Fixed gzip instructions.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47    <listitem>
    3948      <para>2016-05-06</para>
    4049      <itemizedlist>
  • chapter06/gzip.xml

    r81d7190a rb683a20  
    6060    <para>Move some programs that do not need to be on the root filesystem:</para>
    6161
    62 <screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin
    63 mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen>
     62<screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen>
    6463
    6564  </sect2>
  • general.ent

    r81d7190a rb683a20  
    1 <!ENTITY version         "20160510-systemd">
     1<!ENTITY version         "20160513-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "May 10th, 2016">
     3<!ENTITY releasedate     "May 13th, 2016">
    44<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.10">
Note: See TracChangeset for help on using the changeset viewer.