Przeglądaj źródła

Updated references to IPRoute2

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jim Gifford 20 lat temu
rodzic
commit
f0d59f25a7
3 zmienionych plików z 12 dodań i 10 usunięć
  1. 2 0
      chapter01/changelog.xml
  2. 8 8
      chapter06/iproute2.xml
  3. 2 2
      general.ent

+ 2 - 0
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>

+ 8 - 8
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>

+ 2 - 2
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/">