diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-25 14:53:27 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-25 14:53:27 +0000 |
commit | 26824648557cd3fea558fb84e26b40c42f2872f4 (patch) | |
tree | 174f9d1c15a19f6a03ac9fd92e067bcd93094d58 | |
parent | 19711e7023d42b3eaf00f0d6461d3c67e652f697 (diff) |
Added the compress symlink to gzip. (merged from trunk r6145).
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/gzip.xml | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e9869006..9e8755fe4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 26th, 2005 [archaic]: Added the compress symlink to gzip. +</para></listitem> + <listitem><para>June 25th, 2005 [jhuntwork]: Added a --with-tclinclude flag to Expect build to ensure that it knows where to find the Tcl source directory.</para></listitem> diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 5ef314e4e..75d86b1f7 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -61,6 +61,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> @@ -70,7 +71,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> @@ -79,6 +80,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> |