diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 22:26:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 22:26:58 +0000 |
commit | 550485bea4e77e4a81b89fb184ede52fe3506480 (patch) | |
tree | 9cc8e1c7193344f05dc64a33441f56c229991755 | |
parent | a76aa6437edeb7d51ab2e95b829317b43bffdde9 (diff) |
new gawk patch fixes DDEFPATH definition, also added the procps patch to the changelog's 'Added ...' section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter04/gawk-patch.xml | 6 | ||||
-rw-r--r-- | entities/gawk.ent | 2 | ||||
-rw-r--r-- | index.xml | 2 |
4 files changed, 11 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0ddbc0ef4..ec9f7b1da 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,11 +37,12 @@ <itemizedlist> <listitem><para>ed-0.2.patch</para></listitem> <listitem><para>fileutils-4.1.patch</para></listitem> -<listitem><para>gawk-3.1.1.patch</para></listitem> +<listitem><para>gawk-3.1.1-2.patch</para></listitem> <listitem><para>gcc-3.2.patch</para></listitem> <listitem><para>glibc-2.2.5-2.patch</para></listitem> <listitem><para>gzip-1.2.4b.patch</para></listitem> <listitem><para>ncurses-5.2.patch</para></listitem> +<listitem><para>procps-2.0.7.patch</para></listitem> <listitem><para>vim-6.1.patch</para></listitem> <listitem><para>zlib-1.1.4</para></listitem> </itemizedlist> @@ -54,6 +55,10 @@ </itemizedlist> </para></listitem> +<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Gawk: Updated +the Gawk patch. It also changes the <emphasis>DDEFPATH</emphasis> directory +location now.</para></listitem> + <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Procps: Added patch that fixes a locale problem that makes <userinput>top</userinput> crash under certain locale settings.</para></listitem> diff --git a/chapter04/gawk-patch.xml b/chapter04/gawk-patch.xml index ad1ed2ada..104221cdf 100644 --- a/chapter04/gawk-patch.xml +++ b/chapter04/gawk-patch.xml @@ -1,3 +1,3 @@ -Gawk Patch (&gawk-version;) - &gawk-patch-size;: -<ulink url="&ftp;/gawk-&gawk-version;.patch.bz2"/> -<ulink url="&http;/gawk-&gawk-version;.patch.bz2"/> +Gawk Patch (&gawk-patch-version;) - &gawk-patch-size;: +<ulink url="&ftp;/gawk-&gawk-patch-version;.patch.bz2"/> +<ulink url="&http;/gawk-&gawk-patch-version;.patch.bz2"/> diff --git a/entities/gawk.ent b/entities/gawk.ent index 480515dda..8846aca09 100644 --- a/entities/gawk.ent +++ b/entities/gawk.ent @@ -18,7 +18,7 @@ <!ENTITY gawk-contversion "3.1.1"> <!ENTITY gawk-size "1,420 KB"> <!ENTITY gawk-patch-size "1 KB"> -<!ENTITY gawk-patch-version "3.1.1"> +<!ENTITY gawk-patch-version "3.1.1-2"> <!ENTITY gawk-dir "gawk-&gawk-version;"> <!ENTITY gawk-package "gawk-&gawk-version;.tar.bz2"> @@ -15,7 +15,7 @@ <!ENTITY hints-index "http://hints.linuxfromscratch.org/hints.shtml"> <!ENTITY blfs-root "http://beyond.linuxfromscratch.org/"> -<!ENTITY all-version "cvs-20020912-1405"> +<!ENTITY all-version "cvs-20020912-1516"> <!ENTITY all-size-kb "105,560 KB"> <!ENTITY all-size-mb "103.88 MB"> |