Author: archaic
Date: 2005-06-25 08:53:27 -0600 (Sat, 25 Jun 2005)
New Revision: 6167

Modified:
   branches/6.1/BOOK/chapter01/changelog.xml
   branches/6.1/BOOK/chapter06/gzip.xml
Log:
Added the compress symlink to gzip. (merged from trunk r6145).

Modified: branches/6.1/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.1/BOOK/chapter01/changelog.xml   2005-06-25 13:24:27 UTC (rev 
6166)
+++ branches/6.1/BOOK/chapter01/changelog.xml   2005-06-25 14:53:27 UTC (rev 
6167)
@@ -87,6 +87,9 @@
 </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>
 

Modified: branches/6.1/BOOK/chapter06/gzip.xml
===================================================================
--- branches/6.1/BOOK/chapter06/gzip.xml        2005-06-25 13:24:27 UTC (rev 
6166)
+++ branches/6.1/BOOK/chapter06/gzip.xml        2005-06-25 14:53:27 UTC (rev 
6167)
@@ -61,6 +61,7 @@
 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 @@
 
 <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 @@
 <?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>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to