diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-24 14:41:02 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-24 14:41:02 +0000 |
commit | 0626b4d3193fa7e0e7a538eef59dd488994ab6bd (patch) | |
tree | 8d071f1fb2b1dbb50481a2ff364fbd14e9f3e0b0 /chapter06 | |
parent | 6614263bf9ae72945df0432f07fd45dc93ae965c (diff) |
Added the compress symlink to gzip.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gzip.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index fe4043991..4a99c251f 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -63,6 +63,7 @@ symlinks to it:</para> rm /usr/bin/{gunzip,zcat} ln -s gzip /bin/gunzip ln -s gzip /bin/zcat +ln -s gzip /bin/compress ln -s gunzip /bin/uncompress</userinput></screen> </sect2> @@ -72,7 +73,7 @@ ln -s gunzip /bin/uncompress</userinput></screen> <segmentedlist> <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, zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem> </segmentedlist> @@ -81,6 +82,14 @@ zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg></seglistitem> <?dbfo list-presentation="list"?> <?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"> <term><command>gunzip</command></term> <listitem> |