Author: ag
Date: 2009-06-28 00:56:02 -0600 (Sun, 28 Jun 2009)
New Revision: 7827

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/shells/zsh.xml
Log:
Added a note to ZSH that disables GDBM when multiple partitions are in use. 
Thanks to Guy Dalziel for his patch

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-06-27 10:10:28 UTC (rev 7826)
+++ trunk/BOOK/general.ent      2009-06-28 06:56:02 UTC (rev 7827)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "27">                   <!-- Always 2 digits -->
+<!ENTITY day          "28">                   <!-- Always 2 digits -->
 <!ENTITY month        "06">                   <!-- Always 2 digits -->
 <!ENTITY year         "2009">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-06-27 10:10:28 UTC 
(rev 7826)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-06-28 06:56:02 UTC 
(rev 7827)
@@ -41,6 +41,17 @@
 
 -->
     <listitem>
+      <para>June 28th, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ag] - Added a note to ZSH about disabling the use
+          of GDBM when multiple partitions are in use. Thanks to Guy Dalziel
+          for his patch.</para> 
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 20th, 2009</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/shells/zsh.xml
===================================================================
--- trunk/BOOK/postlfs/shells/zsh.xml   2009-06-27 10:10:28 UTC (rev 7826)
+++ trunk/BOOK/postlfs/shells/zsh.xml   2009-06-28 06:56:02 UTC (rev 7827)
@@ -174,6 +174,13 @@
 <screen role="root"><userinput>mv -v /usr/lib/libpcre.so.* /lib/ &amp;&amp;
 ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
 
+    <para><parameter>--disable-gdbm</parameter>: This parameter disables the
+    use of the <application>GDBM</application> library. Note: This is only
+    necessary if you use multiple partitions as <application>GDBM</application>
+    resides in <filename class='directory'>/usr</filename> and 
+    <command>zsh</command> will be installed to <filename 
class='directory'>/bin
+    </filename></para>
+
   </sect2>
 
   <sect2 role="configuration">

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to