Changeset 6aaa1b0 for chapter06


Ignore:
Timestamp:
07/12/2004 08:14:28 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
248c920
Parents:
68fc894
Message:
  • Swapped iproute2 in for net-tools (Jim Gifford)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r68fc894 r6aaa1b0  
    3939<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="flex.xml"/>
    4040<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/>
    41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="net-tools.xml"/>
    4241<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inetutils.xml"/>
     42<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iproute2.xml"/>
    4343<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/>
    4444<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="texinfo.xml"/>
  • chapter06/coreutils.xml

    r68fc894 r6aaa1b0  
    3737<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-uname-2.patch</userinput></screen>
    3838
    39 <para>Prevent Coreutils from installing binaries that will be later be installed
    40 by other programs:</para>
    41 
    42 <screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-suppress_hostname_uptime_kill_su-1.patch</userinput></screen>
     39<para>Prevent Coreutils from installing binaries that will be installed by other
     40programs later:</para>
     41
     42<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch</userinput></screen>
    4343
    4444<para>Now prepare Coreutils for compilation:</para>
     
    362362</varlistentry>
    363363
    364 <varlistentry id="hostname-coreutils">
     364<varlistentry id="hostname">
    365365<term><command>hostname</command></term>
    366366<listitem>
    367 <indexterm zone="ch-system-coreutils hostname-coreutils"><primary sortas="b-hostname-coreutils">hostname</primary></indexterm>
     367<indexterm zone="ch-system-coreutils hostname"><primary sortas="b-hostname">hostname</primary></indexterm>
    368368<para>reports or sets the name of the host.</para>
    369369</listitem>
Note: See TracChangeset for help on using the changeset viewer.