Changeset 918a9d3 for BOOK/final-system


Ignore:
Timestamp:
Sep 3, 2007, 3:14:28 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
406ed09
Parents:
0c8761c
Message:

Updated IPRoute2 to 2.6.22-070710

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iproute2.xml

    r0c8761c r918a9d3  
    2525  <sect2 role="installation">
    2626    <title>Installation of IPRoute2</title>
     27
     28<para os="t1">This package no longer un-tars into a separate directory,
     29              us the following command instead:</para>
     30
     31<screen os="t2"><userinput>tar -xvf iproute2-&iproute2-version;.tar.gz -C iproute2-&iproute2-version;</userinput></screen>
    2732
    2833    <para os="s1">The <command>arpd</command> binary included in this package is
  • BOOK/final-system/multilib/iproute2.xml

    r0c8761c r918a9d3  
    2424    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525    href="../common/iproute2.xml"
     26    xpointer="xpointer(//*[@os='t1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../common/iproute2.xml"
     30    xpointer="xpointer(//*[@os='t2'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/iproute2.xml"
    2634    xpointer="xpointer(//*[@os='s1'])"/>
    2735
     
    3846    xpointer="xpointer(//*[@os='a'])"/>
    3947
    40 <screen os="b"><userinput>make CC="gcc ${BUILD64}" LIBDIR=/usr/lib64 SBINDIR=/sbin</userinput></screen>
     48<screen os="b"><userinput>make CC="gcc ${BUILD64}" LIBDIR=/usr/lib64 VARLIB=/var/lib64 SBINDIR=/sbin</userinput></screen>
    4149
    4250    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5260    xpointer="xpointer(//*[@os='e'])"/>
    5361
    54 <screen os="f"><userinput>make LIBDIR=/usr/lib64 SBINDIR=/sbin install</userinput></screen>
     62<screen os="f"><userinput>make LIBDIR=/usr/lib64 VARLIB=/var/lib64 SBINDIR=/sbin install</userinput></screen>
    5563
    5664  </sect2>
Note: See TracChangeset for help on using the changeset viewer.