mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Added the compress symlink to gzip.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6614263bf9
commit
0626b4d319
@ -89,7 +89,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>June 24rd, 2005 [jhuntwork]: Fixed the setting of the
|
<listitem><para>June 24th, 2005 [archaic]: Added the compress symlink to gzip.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 24th, 2005 [jhuntwork]: Fixed the setting of the
|
||||||
TCLPATH variable in the Tcl instructions.</para></listitem>
|
TCLPATH variable in the Tcl instructions.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 23rd, 2005 [jhuntwork]: Added --with-tclinclude in Expect build
|
<listitem><para>June 23rd, 2005 [jhuntwork]: Added --with-tclinclude in Expect build
|
||||||
|
@ -63,6 +63,7 @@ symlinks to it:</para>
|
|||||||
rm /usr/bin/{gunzip,zcat}
|
rm /usr/bin/{gunzip,zcat}
|
||||||
ln -s gzip /bin/gunzip
|
ln -s gzip /bin/gunzip
|
||||||
ln -s gzip /bin/zcat
|
ln -s gzip /bin/zcat
|
||||||
|
ln -s gzip /bin/compress
|
||||||
ln -s gunzip /bin/uncompress</userinput></screen>
|
ln -s gunzip /bin/uncompress</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@ -72,7 +73,7 @@ ln -s gunzip /bin/uncompress</userinput></screen>
|
|||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>Installed programs</segtitle>
|
<segtitle>Installed programs</segtitle>
|
||||||
<seglistitem><seg>gunzip (link to gzip), gzexe,
|
<seglistitem><seg>compress (link to gzip), gunzip (link to gzip), gzexe,
|
||||||
gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff,
|
gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff,
|
||||||
zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem>
|
zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
@ -81,6 +82,14 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem>
|
|||||||
<?dbfo list-presentation="list"?>
|
<?dbfo list-presentation="list"?>
|
||||||
<?dbhtml list-presentation="table"?>
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
|
<varlistentry id="compress">
|
||||||
|
<term><command>compress</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Compresses and uncompresses compressed files</para>
|
||||||
|
<indexterm zone="ch-system-gzip compress"><primary sortas="b-compress">compress</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="gunzip">
|
<varlistentry id="gunzip">
|
||||||
<term><command>gunzip</command></term>
|
<term><command>gunzip</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user