[Clfs-commits] commit: r4094 - in /trunk/BOOK: final-system/common/iproute2.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Dec 15 20:30:45 PST 2008


Author: chris at beaker67.com
Date: Tue Dec 16 04:30:45 2008
New Revision: 4094

Log:
Correct command explanations on IPRoute2 page

Modified:
    trunk/BOOK/final-system/common/iproute2.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/iproute2.xml
==============================================================================
--- trunk/BOOK/final-system/common/iproute2.xml (original)
+++ trunk/BOOK/final-system/common/iproute2.xml Tue Dec 16 04:30:45 2008
@@ -44,12 +44,22 @@
       <title>The meaning of the make option:</title>
 
       <varlistentry>
-        <term><parameter>SBINDIR=/sbin</parameter></term>
-        <listitem>
-          <para>This ensures that the IPRoute2 binaries will install into
+        <term><parameter>DESTDIR=/</parameter></term>
+        <listitem>
+          <para>This option overrides the default DESTDIR of /usr, so that
+          that the IPRoute2 binaries will be installed into
           <filename class="directory">/sbin</filename>. This is the correct
           location according to the FHS, because some of the IPRoute2 binaries
           are used by the CLFS-Bootscripts package.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>DOCDIR=/usr/share/doc/iproute2 MANDIR=/usr/share/man</parameter></term>
+        <listitem>
+          <para>The DESTDIR=/ parameter would cause documentation to be
+          installed into /share/doc and /share/man. These options ensure
+          the docs are installed to the correct locations.</para>
         </listitem>
       </varlistentry>
     </variablelist>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Dec 16 04:30:45 2008
@@ -38,6 +38,9 @@
     <listitem>
       <para>December 15, 2008</para>
       <itemizedlist>
+        <listitem>
+          <para>[Chris] - Corrected command explanations on IPRoute2 page.</para>
+        </listitem>
         <listitem>
           <para>[Chris] - Removed command to modify gccbug script from GCC
           final-system instructions. This command is obsolete as mktemp is now




More information about the Clfs-commits mailing list