Changeset 8508
- Timestamp:
- 04/02/08 23:12:53 (8 months ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/coreutils.xml (modified) (1 diff)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8506 r8508 38 38 39 39 <listitem> 40 <para>2008-04-03</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jhuntwork] - Suppress installation of uptime in coreutils. 44 Thanks to Randy McMurchy. Fixes #2133.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>2008-04-02</para> 41 51 <itemizedlist> trunk/BOOK/chapter06/coreutils.xml
r8470 r8508 68 68 <para>Now prepare Coreutils for compilation:</para> 69 69 70 <screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill </userinput></screen>70 <screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname --enable-no-install-program=kill,uptime</userinput></screen> 71 71 72 72 <variablelist> trunk/BOOK/general.ent
r8503 r8508 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2008040 2">3 <!ENTITY releasedate "April 2, 2008">2 <!ENTITY version "SVN-20080403"> 3 <!ENTITY releasedate "April 3, 2008"> 4 4 <!ENTITY milestone "7.0"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
