Changeset 6bb9a5e


Ignore:
Timestamp:
Sep 10, 2007, 5:20:07 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e3c39bd
Parents:
5aee773
Message:

Need to create dir for iproute2 first so tar can enter it

Location:
BOOK
Files:
2 edited

Legend:

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

    r5aee773 r6bb9a5e  
    2727
    2828<para os="t1">This package no longer un-tars into a separate directory,
    29               so use the following command instead:</para>
    30 
    31 <screen os="t2"><userinput>tar -xvf iproute2-&iproute2-version;.tar.gz -C iproute2-&iproute2-version;</userinput></screen>
     29              so use the following commands instead:</para>
     30
     31<screen os="t2"><userinput>mkdir -v iproute2-&iproute2-version;
     32tar -xvf iproute2-&iproute2-version;.tar.gz -C iproute2-&iproute2-version;</userinput></screen>
    3233
    3334    <para os="s1">The <command>arpd</command> binary included in this package is
  • BOOK/introduction/common/changelog.xml

    r5aee773 r6bb9a5e  
    4040      <para>September 10, 2007</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Added needed mkdir command to IPRoute2 instructions.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[Chris] - Fixed descriptive text in testsuite-tools
Note: See TracChangeset for help on using the changeset viewer.