aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-02-02 16:28:59 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-02-02 16:28:59 +0000
commit112377714047011ab207ec2e9163dc04ba7c0938 (patch)
treebeb8a1b0c765bdf500dcf349fe8b47c83e8bd090
parentaf01b23780af11893969ce02cc97101a15fe6bf9 (diff)
removed the compress symlink
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/gzip-inst.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index be423d3cb..1aa22f2de 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -24,6 +24,10 @@
<itemizedlist>
+<listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Gzip: Removed the
+compress symlink. Gzip can uncompress .Z files but it can't compress into
+that format.</para></listitem>
+
<listitem><para>February 1st, 2002 [gerard]: Updated to
lfs-bootscripts-1.3</para></listitem>
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml
index 4a08534d7..95440fa7b 100644
--- a/chapter06/gzip-inst.xml
+++ b/chapter06/gzip-inst.xml
@@ -12,7 +12,6 @@ rm gunzip zcat &amp;&amp;
cd /bin &amp;&amp;
ln -sf gzip gunzip &amp;&amp;
ln -sf gzip zcat &amp;&amp;
-ln -sf gzip compress &amp;&amp;
ln -sf gunzip uncompress</userinput></screen></para>
</sect2>