mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Updated references to IPRoute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cee42f663c
commit
f0d59f25a7
@ -81,6 +81,8 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>March 19, 2005 [jim]: Change references to Iproute2 to IPRoute2</para></listitem>
|
||||||
|
|
||||||
<listitem><para>March 18, 2005 [jim]: Upgraded to Findutils 4.2.20</para></listitem>
|
<listitem><para>March 18, 2005 [jim]: Upgraded to Findutils 4.2.20</para></listitem>
|
||||||
|
|
||||||
<listitem><para>March 16, 2005 [jim]: Upgraded to linux-2.6.11.4</para></listitem>
|
<listitem><para>March 16, 2005 [jim]: Upgraded to linux-2.6.11.4</para></listitem>
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
<sect1 id="ch-system-iproute2" role="wrap">
|
<sect1 id="ch-system-iproute2" role="wrap">
|
||||||
<title>Iproute2-&iproute2-version;</title>
|
<title>IPRoute2-&iproute2-version;</title>
|
||||||
<?dbhtml filename="iproute2.html"?>
|
<?dbhtml filename="iproute2.html"?>
|
||||||
<indexterm zone="ch-system-iproute2">
|
<indexterm zone="ch-system-iproute2">
|
||||||
<primary sortas="a-iproute2">Iproute2</primary>
|
<primary sortas="a-iproute2">IPRoute2</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title/>
|
<title/>
|
||||||
<para>The Iproute2 package contains programs for basic and advanced
|
<para>The IPRoute2 package contains programs for basic and advanced
|
||||||
IPV4-based networking.
|
IPV4-based networking.
|
||||||
</para>
|
</para>
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
</sect2>
|
</sect2>
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Iproute2</title>
|
<title>Installation of IPRoute2</title>
|
||||||
<para>The <command>arpd</command> binary included in this package is
|
<para>The <command>arpd</command> binary included in this package is
|
||||||
dependent on Berkeley DB. Because <command>arpd</command> is not a very
|
dependent on Berkeley DB. Because <command>arpd</command> is not a very
|
||||||
common requirement on a base Linux system, remove the dependency on
|
common requirement on a base Linux system, remove the dependency on
|
||||||
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
|
<screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Iproute2 for compilation:</para>
|
<para>Prepare IPRoute2 for compilation:</para>
|
||||||
<screen><userinput>./configure </userinput></screen>
|
<screen><userinput>./configure </userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
@ -54,9 +54,9 @@
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>SBINDIR=/sbin</parameter></term>
|
<term><parameter>SBINDIR=/sbin</parameter></term>
|
||||||
<listitem><para>This makes sure that the Iproute2 binaries will install into
|
<listitem><para>This makes sure that the IPRoute2 binaries will install into
|
||||||
<filename class="directory">/sbin</filename>. This is the correct
|
<filename class="directory">/sbin</filename>. This is the correct
|
||||||
location according to the FHS, because some of the Iproute2 binaries are used
|
location according to the FHS, because some of the IPRoute2 binaries are used
|
||||||
in the bootscripts.</para>
|
in the bootscripts.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="contents-iproute2" role="content">
|
<sect2 id="contents-iproute2" role="content">
|
||||||
<title>Contents of Iproute2</title>
|
<title>Contents of IPRoute2</title>
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>Installed programs</segtitle>
|
<segtitle>Installed programs</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20050318">
|
<!ENTITY version "SVN-20050319">
|
||||||
<!ENTITY releasedate "March 18, 2005">
|
<!ENTITY releasedate "March 19, 2005">
|
||||||
<!ENTITY milestone "6.1">
|
<!ENTITY milestone "6.1">
|
||||||
|
|
||||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||||
|
Loading…
Reference in New Issue
Block a user