Changeset 8508

Show
Ignore:
Timestamp:
04/02/08 23:12:53 (8 months ago)
Author:
jhuntwork
Message:

Suppress installation of uptime in coreutils. Thanks to Randy McMurchy. Fixes #2133.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8506 r8508  
    3838 
    3939    <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> 
    4050      <para>2008-04-02</para> 
    4151      <itemizedlist> 
  • trunk/BOOK/chapter06/coreutils.xml

    r8470 r8508  
    6868    <para>Now prepare Coreutils for compilation:</para> 
    6969 
    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> 
    7171 
    7272    <variablelist> 
  • trunk/BOOK/general.ent

    r8503 r8508  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20080402"> 
    3 <!ENTITY releasedate "April 2, 2008"> 
     2<!ENTITY version "SVN-20080403"> 
     3<!ENTITY releasedate "April 3, 2008"> 
    44<!ENTITY milestone "7.0"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->