Changeset 0626b4d


Ignore:
Timestamp:
06/24/2005 02:41:02 PM (19 years ago)
Author:
Archaic <archaic@…>
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:
0c21d487
Parents:
6614263
Message:

Added the compress symlink to gzip.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6614263 r0626b4d  
    9090</listitem>
    9191
    92 <listitem><para>June 24rd, 2005 [jhuntwork]: Fixed the setting of the
     92<listitem><para>June 24th, 2005 [archaic]: Added the compress symlink to gzip.
     93</para></listitem>
     94
     95<listitem><para>June 24th, 2005 [jhuntwork]: Fixed the setting of the
    9396TCLPATH variable in the Tcl instructions.</para></listitem>
    9497
  • chapter06/gzip.xml

    r6614263 r0626b4d  
    6464ln -s gzip /bin/gunzip
    6565ln -s gzip /bin/zcat
     66ln -s gzip /bin/compress
    6667ln -s gunzip /bin/uncompress</userinput></screen>
    6768
     
    7374<segmentedlist>
    7475<segtitle>Installed programs</segtitle>
    75 <seglistitem><seg>gunzip (link to gzip), gzexe,
     76<seglistitem><seg>compress (link to gzip), gunzip (link to gzip), gzexe,
    7677gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff,
    7778zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem>
     
    8182<?dbfo list-presentation="list"?>
    8283<?dbhtml list-presentation="table"?>
     84
     85<varlistentry id="compress">
     86<term><command>compress</command></term>
     87<listitem>
     88<para>Compresses and uncompresses compressed files</para>
     89<indexterm zone="ch-system-gzip compress"><primary sortas="b-compress">compress</primary></indexterm>
     90</listitem>
     91</varlistentry>
    8392
    8493<varlistentry id="gunzip">
Note: See TracChangeset for help on using the changeset viewer.