Author: jhuntwork
Date: 2008-04-02 23:12:53 -0600 (Wed, 02 Apr 2008)
New Revision: 8508
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/coreutils.xml
trunk/BOOK/general.ent
Log:
Suppress installation of uptime in coreutils. Thanks to Randy McMurchy. Fixes
#2133.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-04-03 02:30:03 UTC (rev 8507)
+++ trunk/BOOK/chapter01/changelog.xml 2008-04-03 05:12:53 UTC (rev 8508)
@@ -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: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml 2008-04-03 02:30:03 UTC (rev 8507)
+++ trunk/BOOK/chapter06/coreutils.xml 2008-04-03 05:12:53 UTC (rev 8508)
@@ -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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-04-03 02:30:03 UTC (rev 8507)
+++ trunk/BOOK/general.ent 2008-04-03 05:12:53 UTC (rev 8508)
@@ -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}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page