Changeset 112c945


Ignore:
Timestamp:
08/26/2004 10:33:04 PM (20 years ago)
Author:
Jim Gifford <jim@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
82a5b95
Parents:
e068aa8
Message:

Added: IPRoute2 man pages patch

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re068aa8 r112c945  
    2020<itemizedlist>
    2121<listitem><para>util-linux-2.12b</para></listitem>
     22<listitem><para>iproute2-2.6.8_040823-manpages-1.patch</para></listitem>
    2223</itemizedlist>
    2324</listitem>
     
    9293</listitem>
    9394
     95<listitem><para>August 26, 2004 [jim]: Upgraded to util-linux-2.12b
     96Added patch for iproute2 to install man pages</para></listitem>
     97
    9498<listitem><para>August 25, 2004 [jeremy]: Upgraded to automake-1.9.1,
    9599man-1.5o, gawk-3.1.4, procps-3.2.3, sed-4.1.2, m4-1.4.2, linux-2.6.8.1,
  • chapter03/patches.xml

    re068aa8 r112c945  
    110110
    111111<varlistentry>
     112<term>IPRoute2 Install Man Pages Patch - 1 KB:</term>
     113<listitem>
     114<para><ulink url="&patches-root;iproute2-&iproute2-patch-version;-manpages-1.patch"/></para>
     115</listitem>
     116</varlistentry>
     117
     118<varlistentry>
    112119<term>Man 80-Columns Patch - 1 KB:</term>
    113120<listitem>
  • chapter06/iproute2.xml

    re068aa8 r112c945  
    4343    <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
    4444
     45    <para>The following patch allows the installation of the man pages
     46          for iproute2.
     47    </para>
     48
     49    <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-manpages-1.patch</userinput></screen>
     50
    4551    <para>Prepare iproute2 for compilation:</para>
    4652    <screen> <userinput>./configure </userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.