Changeset 529b9a0 for chapter06


Ignore:
Timestamp:
02/09/2007 08:48:00 PM (17 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
aad7c5f
Parents:
c39c04c
Message:

Upgrade to Gzip-1.3.11. Fixes #1951.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    rc39c04c r529b9a0  
    3838    <para>Prepare Gzip for compilation:</para>
    3939
    40 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     40<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
    4141
    4242    <para>Compile the package:</para>
     
    5151<screen><userinput>make install</userinput></screen>
    5252
    53     <para>Move the <command>gzip</command> program to the <filename
    54     class="directory">/bin</filename> directory and create some commonly used
    55     symlinks to it:</para>
    56 
    57 <screen><userinput>mv -v /usr/bin/gzip /bin
    58 rm -v /usr/bin/{gunzip,zcat}
    59 ln -sv gzip /bin/gunzip
    60 ln -sv gzip /bin/zcat
    61 ln -sv gzip /bin/compress
    62 ln -sv gunzip /bin/uncompress</userinput></screen>
     53    <para>Move some programs that do not need to be on the root filesystem.</para>
     54
     55<screen><userinput>mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep,zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen>
    6356
    6457  </sect2>
     
    7164
    7265      <seglistitem>
    73         <seg>compress (link to gzip), gunzip (link to gzip), gzexe, gzip,
    74         uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff,
    75         zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg>
     66        <seg>gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep,
     67        zforce, zgrep, zless, zmore, and znew</seg>
    7668      </seglistitem>
    7769    </segmentedlist>
     
    8173      <?dbfo list-presentation="list"?>
    8274      <?dbhtml list-presentation="table"?>
    83 
    84       <varlistentry id="compress">
    85         <term><command>compress</command></term>
    86         <listitem>
    87           <para>Compresses and decompresses files</para>
    88           <indexterm zone="ch-system-gzip compress">
    89             <primary sortas="b-compress">compress</primary>
    90           </indexterm>
    91         </listitem>
    92       </varlistentry>
    9375
    9476      <varlistentry id="gunzip">
Note: See TracChangeset for help on using the changeset viewer.