Author: jhuntwork
Date: 2006-01-26 07:56:33 -0700 (Thu, 26 Jan 2006)
New Revision: 7309

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/pkgmgt.xml
Log:
Added 'nodump' to commands in the Package Management section.


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-01-26 14:45:36 UTC (rev 7308)
+++ trunk/BOOK/chapter01/changelog.xml  2006-01-26 14:56:33 UTC (rev 7309)
@@ -49,6 +49,10 @@
          sanity checks. These fixes are adapted from DIY-Linux and Greg 
Schafer.
          Thanks to Dan Nicholson for the report, as well.
        </listitem>
+       <listitem>
+         <para>[jhuntwork] - Added 'nodump' to commands in the Package 
Management
+         section.</para<
+       </listitem>
       </itemizedlist>
     </listitem>
 
@@ -72,12 +76,6 @@
          Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg 
Schafer and
          Tushar Teredesai for reporting and resolving this issue.</para>
        </listitem>
-      </itemizedlist>
-    </listitem>
-
-    <listitem>
-      <para>January 25, 2006</para>
-      <itemizedlist>
         <listitem>
           <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
           <command>sort -n</command> and add the en_US.UTF-8 locale to improve

Modified: trunk/BOOK/chapter06/pkgmgt.xml
===================================================================
--- trunk/BOOK/chapter06/pkgmgt.xml     2006-01-26 14:45:36 UTC (rev 7308)
+++ trunk/BOOK/chapter06/pkgmgt.xml     2006-01-26 14:56:33 UTC (rev 7309)
@@ -151,7 +151,7 @@
       are installing a package libfoo-1.1. The following instructions may
       not install the package properly:</para>
 
-<screen><userinput>./configure --prefix=/usr/pkg/libfoo/1.1
+<screen role="nodump"><userinput>./configure --prefix=/usr/pkg/libfoo/1.1
 make
 make install</userinput></screen>
 
@@ -164,7 +164,7 @@
       <envar>DESTDIR</envar> strategy to fake installation of the package. This
       approach works as follows:</para>
 
-<screen><userinput>./configure --prefix=/usr
+<screen role="nodump"><userinput>./configure --prefix=/usr
 make
 make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
 

-- 
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