Author: jhuntwork
Date: 2008-04-02 23:14:57 -0600 (Wed, 02 Apr 2008)
New Revision: 8509

Modified:
   branches/jh/BOOK/chapter01/changelog.xml
   branches/jh/BOOK/chapter06/coreutils.xml
   branches/jh/BOOK/general.ent
Log:
Merge r8508 from trunk to jh branch

Modified: branches/jh/BOOK/chapter01/changelog.xml
===================================================================
--- branches/jh/BOOK/chapter01/changelog.xml    2008-04-03 05:12:53 UTC (rev 
8508)
+++ branches/jh/BOOK/chapter01/changelog.xml    2008-04-03 05:14:57 UTC (rev 
8509)
@@ -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>

Modified: branches/jh/BOOK/chapter06/coreutils.xml
===================================================================
--- branches/jh/BOOK/chapter06/coreutils.xml    2008-04-03 05:12:53 UTC (rev 
8508)
+++ branches/jh/BOOK/chapter06/coreutils.xml    2008-04-03 05:14:57 UTC (rev 
8509)
@@ -69,7 +69,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>

Modified: branches/jh/BOOK/general.ent
===================================================================
--- branches/jh/BOOK/general.ent        2008-04-03 05:12:53 UTC (rev 8508)
+++ branches/jh/BOOK/general.ent        2008-04-03 05:14:57 UTC (rev 8509)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-JH-20080402">
-<!ENTITY releasedate "April 2, 2008">
+<!ENTITY version "SVN-JH-20080403">
+<!ENTITY releasedate "April 3, 2008">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to