Bläddra i källkod

removed removal of /bin/awk

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 år sedan
förälder
incheckning
8f999de57b
3 ändrade filer med 6 tillägg och 4 borttagningar
  1. 4 0
      chapter01/changelog.xml
  2. 0 2
      chapter06/gawk-inst.xml
  3. 2 2
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -78,6 +78,10 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>June 3rd, 2003 [gerard]: Chapter 06 - Gawk: removed the
+removal of <filename>/bin/awk</filename>. This symlink isn't created
+anymore.</para></listitem>
+
 <listitem><para>May 21st, 2003 [gerard]: Chapter 06 - GCC-2.95.3: Added
 /opt/gcc-2.95.3/lib to the /etc/ld.so.conf file so the libraries can be
 found during run-time.</para></listitem>

+ 0 - 2
chapter06/gawk-inst.xml

@@ -47,7 +47,5 @@ with its contents on a make uninstall.</para></listitem>
 
 <para><screen><userinput>make install</userinput></screen></para>
 
-<para><screen><userinput>rm /bin/awk</userinput></screen></para>
-
 </sect2>
 

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20030522">
-<!ENTITY releasedate "May 22nd, 2003">
+<!ENTITY version "20030603">
+<!ENTITY releasedate "June 3rd, 2003">
 <!ENTITY nbsp " ">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">