aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/coreutils.xml2
-rw-r--r--general.ent4
3 files changed, 13 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index da6124cac..dc92fee4a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2008-04-03</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Suppress installation of uptime in coreutils.
+ Thanks to Randy McMurchy. Fixes #2133.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2008-04-02</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 3d7be3c19..2fff06ffb 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -67,7 +67,7 @@
<para>Now prepare Coreutils for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill,uptime</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
diff --git a/general.ent b/general.ent
index 4ffec4ff3..a93c8669d 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20080402">
-<!ENTITY releasedate "April 2, 2008">
+<!ENTITY version "SVN-20080403">
+<!ENTITY releasedate "April 3, 2008">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->