1
0
Эх сурвалжийг харах

Added a note to the ifcfg script description in
iproute2 that it requires external programs.

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

Bruce Dubbs 17 жил өмнө
parent
commit
46fbbc269c

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2008-10-21</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Added a note to the ifcfg script description in 
+          iproute2 that it requires external programs.</para>
+        </listitem>
         <listitem>
           <para>[dj] - Added '--without-included-regex' to grep instrcutions
           in order to force the use of glibc's regex library.  This fixes the

+ 4 - 1
chapter06/iproute2.xml

@@ -146,7 +146,10 @@
       <varlistentry id="ifcfg">
         <term><command>ifcfg</command></term>
         <listitem>
-          <para>A shell script wrapper for the <command>ip</command> command</para>
+          <para>A shell script wrapper for the <command>ip</command> command. 
+          Note that it requires the <command>arping</command> and 
+          <command>rdisk</command> programs from the 
+          iputils package found at <ulink url="http://www.skbuff.net/iputils/"/>.</para>
           <indexterm zone="ch-system-iproute2 ifcfg">
             <primary sortas="b-ifcfg">ifcfg</primary>
           </indexterm>