aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-03-19 15:14:59 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-03-19 15:14:59 +0000
commitf0d59f25a7f617fc18f8a946223ee9fe9a3bb294 (patch)
tree6c07374458e8aa505ca889865c1cf3df24d8da9d
parentcee42f663c3737585ee51e65ca7abaebfb2d4198 (diff)
Updated references to IPRoute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter06/iproute2.xml16
-rw-r--r--general.ent4
3 files changed, 12 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index fe87f8cb8..e53131f82 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -81,6 +81,8 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</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 16, 2005 [jim]: Upgraded to linux-2.6.11.4</para></listitem>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 93618a190..dc7e5f7fc 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -4,14 +4,14 @@
%general-entities;
]>
<sect1 id="ch-system-iproute2" role="wrap">
- <title>Iproute2-&iproute2-version;</title>
+ <title>IPRoute2-&iproute2-version;</title>
<?dbhtml filename="iproute2.html"?>
<indexterm zone="ch-system-iproute2">
- <primary sortas="a-iproute2">Iproute2</primary>
+ <primary sortas="a-iproute2">IPRoute2</primary>
</indexterm>
<sect2 role="package">
<title/>
- <para>The Iproute2 package contains programs for basic and advanced
+ <para>The IPRoute2 package contains programs for basic and advanced
IPV4-based networking.
</para>
<segmentedlist>
@@ -30,7 +30,7 @@
</segmentedlist>
</sect2>
<sect2 role="installation">
- <title>Installation of Iproute2</title>
+ <title>Installation of IPRoute2</title>
<para>The <command>arpd</command> binary included in this package is
dependent on Berkeley DB. Because <command>arpd</command> is not a very
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>
- <para>Prepare Iproute2 for compilation:</para>
+ <para>Prepare IPRoute2 for compilation:</para>
<screen><userinput>./configure </userinput></screen>
<para>Compile the package:</para>
@@ -54,9 +54,9 @@
<variablelist>
<varlistentry>
<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
- 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>
</listitem>
</varlistentry>
@@ -68,7 +68,7 @@
</sect2>
<sect2 id="contents-iproute2" role="content">
- <title>Contents of Iproute2</title>
+ <title>Contents of IPRoute2</title>
<segmentedlist>
<segtitle>Installed programs</segtitle>
<seglistitem>
diff --git a/general.ent b/general.ent
index 18e45c3f0..5da712eb2 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050318">
-<!ENTITY releasedate "March 18, 2005">
+<!ENTITY version "SVN-20050319">
+<!ENTITY releasedate "March 19, 2005">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">