diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-06-03 22:18:28 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-06-03 22:18:28 +0000 |
commit | 8f999de57b7627b498f14b7164ec746a4c9510b7 (patch) | |
tree | 92137d41fa57314b11a5120136033a9555aba8f7 | |
parent | 26fac4bcab6095a7f8bdb9394ef11234e8249f3f (diff) |
removed removal of /bin/awk
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/gawk-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index db0653888..840d32639 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml index 3c5268a53..34366c0a3 100644 --- a/chapter06/gawk-inst.xml +++ b/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> @@ -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"> |