Author: matthew
Date: 2009-07-18 06:32:24 -0600 (Sat, 18 Jul 2009)
New Revision: 8964

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/e2fsprogs.xml
Log:
Prevent E2fsprogs from overwriting Util-Linux-NG's copy of uuidd. Fixes #2443.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-07-18 12:31:43 UTC (rev 8963)
+++ trunk/BOOK/chapter01/changelog.xml  2009-07-18 12:32:24 UTC (rev 8964)
@@ -41,6 +41,11 @@
       <para>2009-07-18</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Prevent E2fsprogs from overwriting Util-Linux-NG's
+          version of <command>uuidd</command>. Fixes
+          <ulink url="&lfs-ticket-root;2443">#2443</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgrade to Module-Init-Tools-3.10. Fixes
           <ulink url="&lfs-ticket-root;2441">#2441</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/e2fsprogs.xml
===================================================================
--- trunk/BOOK/chapter06/e2fsprogs.xml  2009-07-18 12:31:43 UTC (rev 8963)
+++ trunk/BOOK/chapter06/e2fsprogs.xml  2009-07-18 12:32:24 UTC (rev 8964)
@@ -58,7 +58,7 @@
     <para>Prepare E2fsprogs for compilation:</para>
 
 <screen><userinput remap="configure">../configure --prefix=/usr 
--with-root-prefix="" \
-    --enable-elf-shlibs --disable-libblkid 
--disable-libuuid</userinput></screen>
+    --enable-elf-shlibs --disable-libblkid --disable-libuuid 
--disable-uuidd</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
@@ -86,12 +86,13 @@
       </varlistentry>
 
       <varlistentry>
-        <term><parameter>--disable-lib*</parameter></term>
+        <term><parameter>--disable-*</parameter></term>
         <listitem>
           <para>This prevents E2fsprogs from building and installing the
           <systemitem class="library">libuuid</systemitem> and
-          <systemitem class="library">libblkid</systemitem> libraries, as
-          Util-Linux-NG installed them earlier.</para>
+          <systemitem class="library">libblkid</systemitem> libraries, and the
+          <systemitem class="daemon">uuidd</systemitem> daemon, as 
Util-Linux-NG
+          installed them earlier.</para>
         </listitem>
       </varlistentry>
 

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