Author: matthew
Date: 2009-02-08 05:41:11 -0700 (Sun, 08 Feb 2009)
New Revision: 8805

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/inetutils.xml
Log:
Remove --sysconfdir parameter from Inetutils'. Fixes #2313.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-02-08 12:40:30 UTC (rev 8804)
+++ trunk/BOOK/chapter01/changelog.xml  2009-02-08 12:41:11 UTC (rev 8805)
@@ -41,6 +41,11 @@
       <para>2009-02-08</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Remove an unneeded --sysconfdir parameter in
+          Inetutils' instructions. Fixes
+          <ulink url="&lfs-ticket-root;2313">#2313</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to Linux-2.6.28.4.  Fixes
           <ulink url="&lfs-ticket-root;2340">#2340</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/inetutils.xml
===================================================================
--- trunk/BOOK/chapter06/inetutils.xml  2009-02-08 12:40:30 UTC (rev 8804)
+++ trunk/BOOK/chapter06/inetutils.xml  2009-02-08 12:41:11 UTC (rev 8805)
@@ -56,9 +56,9 @@
 <para>Prepare Inetutils for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr 
--libexecdir=/usr/sbin \
-    --sysconfdir=/etc --localstatedir=/var \
-    --disable-ifconfig --disable-logger --disable-syslogd \
-    --disable-whois --disable-servers</userinput></screen>
+    --localstatedir=/var --disable-ifconfig \
+    --disable-logger --disable-syslogd --disable-whois \
+    --disable-servers</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>

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