diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | entities/coreutils.ent | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 59f6d0403..c2fb63e8c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -47,6 +47,7 @@ <listitem><para>bash-2.05b.patch</para></listitem> <listitem><para>coreutils-5.0</para></listitem> <listitem><para>coreutils-5.0-uname.patch</para></listitem> +<listitem><para>coreutils-5.0-hostname-2.patch</para></listitem> <listitem><para>dejagnu-1.4.3</para></listitem> <listitem><para>expect-5.38.4</para></listitem> <listitem><para>expect-5.38.4.patch</para></listitem> @@ -82,6 +83,10 @@ </itemizedlist> </para></listitem> +<listitem><para>September 9th, 2003 [jeremy]: Chapter 6 - Coreutils: +Added coreutils-5.0-hostname-2.patch, which suppresses the build of the +hostname binary, and also suppresses it's check.</para></listitem> + <listitem><para>September 9th, 2003 [jeremy]: Added some notes regarding failed tests to glibc and dejagnu.</para></listitem> diff --git a/entities/coreutils.ent b/entities/coreutils.ent index c5031ac9d..1e17a7543 100644 --- a/entities/coreutils.ent +++ b/entities/coreutils.ent @@ -22,7 +22,7 @@ <!ENTITY coreutils-uname-patch-size "1 KB"> <!ENTITY coreutils-uname-patch-version "5.0-uname"> <!ENTITY coreutils-hostname-patch-size "1 KB"> -<!ENTITY coreutils-hostname-patch-version "5.0-hostname"> +<!ENTITY coreutils-hostname-patch-version "5.0-hostname-2"> <!ENTITY coreutils-compsize-static "17 MB"> <!ENTITY coreutils-time-static "0.8 SBU"> |