Browse Source

removed the compress symlink

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 năm trước cách đây
mục cha
commit
1123777140
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 0
      chapter01/changelog.xml
  2. 0 1
      chapter06/gzip-inst.xml

+ 4 - 0
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>
 

+ 0 - 1
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>