Author: jim
Date: 2005-05-23 16:23:02 -0600 (Mon, 23 May 2005)
New Revision: 5406

Modified:
   branches/cross-lfs/BOOK/final-system/common/iproute2.xml
   branches/cross-lfs/BOOK/introduction/common/changelog.xml
Log:
Iproute2 sed added

Modified: branches/cross-lfs/BOOK/final-system/common/iproute2.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/common/iproute2.xml    2005-05-23 
22:17:15 UTC (rev 5405)
+++ branches/cross-lfs/BOOK/final-system/common/iproute2.xml    2005-05-23 
22:23:02 UTC (rev 5406)
@@ -33,17 +33,16 @@
     </segmentedlist>
   </sect2>
   <sect2 role="installation">
-    <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
-          Berkeley DB by applying the patch using the command below.  If 
+          Berkeley DB by applying the <command>sed</command> command below.  
If 
           the <command>arpd</command> binary is needed, instructions for
           compiling Berkeley DB can be found in the BLFS Book at <ulink
           url="&blfs-root;view/svn/content/databases.html#db"/>.
     </para>
 
-    <screen><userinput>patch -Np1 -i 
../&iproute2-db_remove-patch;</userinput></screen>
+    <screen><userinput>sed -i '/^TARGETS/[EMAIL PROTECTED]@@g' 
misc/Makefile</userinput></screen>
 
     <para>Prepare Iproute2 for compilation:</para>
     <screen><userinput>./configure </userinput></screen>

Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-05-23 
22:17:15 UTC (rev 5405)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-05-23 
22:23:02 UTC (rev 5406)
@@ -98,6 +98,7 @@
 <itemizedlist>
 <listitem><para>Updated gettext to 0.14.5.</para></listitem>
 <listitem><para>Changed changelogs to use entities.</para></listitem>
+<listitem><para>IPRoute2 removed patch and changed to a sed.</para></listitem>
 </itemizedlist>
 </listitem>
 </itemizedlist>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to