[Clfs-commits] commit: r4719 - in /trunk: BOOK/final-system/common/iputils.xml BOOK/final-system/multilib/iputils.xml BOOK/introduction/common/changelog.xml BOOK/materials/common/patches.xml BOOK/patches.ent patches/iputils-s20071127-manpages-1.patch

svn at cross-lfs.org svn at cross-lfs.org
Wed Feb 18 21:11:41 PST 2009


Author: jim
Date: Thu Feb 19 05:11:40 2009
New Revision: 4719

Log:
Added Missing ManPages Patch to IPutils

Added:
    trunk/patches/iputils-s20071127-manpages-1.patch
Modified:
    trunk/BOOK/final-system/common/iputils.xml
    trunk/BOOK/final-system/multilib/iputils.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent

Modified: trunk/BOOK/final-system/common/iputils.xml
==============================================================================
--- trunk/BOOK/final-system/common/iputils.xml (original)
+++ trunk/BOOK/final-system/common/iputils.xml Thu Feb 19 05:11:40 2009
@@ -28,6 +28,10 @@
 
 <screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen>
 
+    <para os="p3">The following patch contains the man-pages for IPutils:</para>
+
+<screen os="p4"><userinput>patch -Np1 -i ../&iputils-manpages-patch;</userinput></screen>
+
     <para os="a">Compile the package:</para>
 
 <screen os="b"><userinput>make</userinput></screen>
@@ -39,7 +43,8 @@
 <screen os="e"><userinput>cp -v ping{,6} /bin
 cp -v arping /usr/bin
 cp -v tracepath /usr/bin
-cp -v trace{path,route}6 /usr/bin</userinput></screen>
+cp -v trace{path,route}6 /usr/bin
+install -v -m644 doc/*.8 /usr/share/man/man8</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/final-system/multilib/iputils.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/iputils.xml (original)
+++ trunk/BOOK/final-system/multilib/iputils.xml Thu Feb 19 05:11:40 2009
@@ -31,6 +31,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/iputils.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/iputils.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/iputils.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>make CC="gcc ${BUILD64}"</userinput></screen>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Feb 19 05:11:40 2009
@@ -42,6 +42,9 @@
         <listitem>
           <para>[Jim] - Updated Bzip2 Multilib 64bit install. On some occasions the make command
           during an install will rebuild sources. Lets make sure it uses our specified options.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added Missing ManPages Patch to IPutils.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Thu Feb 19 05:11:40 2009
@@ -191,6 +191,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>IPUtils Missing Man-Pages Patch - <token>&iputils-manpages-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&iputils-manpages-patch;"/></para>
+        <para>MD5 sum: <literal>&iputils-manpages-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Thu Feb 19 05:11:40 2009
@@ -82,6 +82,10 @@
 <!ENTITY iputils-fixes-patch-md5 "16d3ac896afe31c0188274930c1dd90e">
 <!ENTITY iputils-fixes-patch-size "4 KB">
 
+<!ENTITY iputils-manpages-patch "iputils-&iputils-version;-manpages-1.patch">
+<!ENTITY iputils-manpages-patch-md5 "32f117ad86b66d10e1efde7c9134080f">
+<!ENTITY iputils-manpages-patch-size "40 KB">
+
 <!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
 <!ENTITY man-i18n-patch-md5 "8b189d6500461797250ae9f3e5638dd5">
 <!ENTITY man-i18n-patch-size "12 KB">




More information about the Clfs-commits mailing list