[Clfs-commits] commit: r4721 - in /trunk: BOOK/ BOOK/final-system/common/ BOOK/introduction/common/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Wed Feb 18 23:27:55 PST 2009


Author: jim
Date: Thu Feb 19 07:27:54 2009
New Revision: 4721

Log:
IPUtils Updates

Added:
    trunk/patches/iputils-s20071127-fixes-2.patch
    trunk/patches/iputils-s20071127-manpages-2.patch
Removed:
    trunk/patches/iputils-s20071127-fixes-1.patch
    trunk/patches/iputils-s20071127-manpages-1.patch
Modified:
    trunk/BOOK/final-system/common/iputils.xml
    trunk/BOOK/introduction/common/changelog.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 07:27:54 2009
@@ -30,7 +30,7 @@
 
     <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>
+<screen os="p4"><userinput>patch -Np0 -i ../&iputils-manpages-patch;</userinput></screen>
 
     <para os="a">Compile the package:</para>
 
@@ -41,9 +41,11 @@
     <para os="d">Install the package:</para>
 
 <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
+install -v -m755 arping /usr/bin
+install -v -m755 clockdiff /usr/bin
+install -v -m755 rdisc /usr/bin
+install -v -m755 tracepath /usr/bin
+install -v -m755 trace{path,route}6 /usr/bin
 install -v -m644 doc/*.8 /usr/share/man/man8</userinput></screen>
 
   </sect2>
@@ -55,7 +57,7 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>arping, ping, ping6, tracepath, tracepath6, and traceroute6</seg>
+        <seg>arping, clockdiff, ping, ping6, rdisc. tracepath, tracepath6, and traceroute6</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Feb 19 07:27:54 2009
@@ -45,6 +45,9 @@
         </listitem>
         <listitem>
           <para>[Jim] - Added Missing ManPages Patch to IPutils.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - IPutils Patches Update - Adds to more useful utilities.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Thu Feb 19 07:27:54 2009
@@ -78,13 +78,13 @@
 <!ENTITY grep-i18n-patch-md5 "337d017202d7e3b08d428a89da3ee572">
 <!ENTITY grep-i18n-patch-size "28 KB">
 
-<!ENTITY iputils-fixes-patch "iputils-&iputils-version;-fixes-1.patch">
-<!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 "a16ae02f143f0c0d1f1b714af04bfeb5">
-<!ENTITY iputils-manpages-patch-size "40 KB">
+<!ENTITY iputils-fixes-patch "iputils-&iputils-version;-fixes-2.patch">
+<!ENTITY iputils-fixes-patch-md5 "b6e85d97bbc08ebe6dc332e25c69bb82">
+<!ENTITY iputils-fixes-patch-size "8 KB">
+
+<!ENTITY iputils-manpages-patch "iputils-&iputils-version;-manpages-2.patch">
+<!ENTITY iputils-manpages-patch-md5 "d66cd57b5fc2cad961238c64e3eff4ee">
+<!ENTITY iputils-manpages-patch-size "32 KB">
 
 <!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
 <!ENTITY man-i18n-patch-md5 "8b189d6500461797250ae9f3e5638dd5">




More information about the Clfs-commits mailing list