Author: igor
Date: Fri May 24 09:32:26 2013
New Revision: 11187

Log:
Updated libxml2 and Screen instructions to reflect changes in newer LFS 
versions.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libxml2.xml
   trunk/BOOK/general/genutils/screen.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu May 23 06:37:49 2013        (r11186)
+++ trunk/BOOK/general.ent      Fri May 24 09:32:26 2013        (r11187)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "22">                   <!-- Always 2 digits -->
+<!ENTITY day          "24">                   <!-- Always 2 digits -->
 <!ENTITY month        "05">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">

Modified: trunk/BOOK/general/genlib/libxml2.xml
==============================================================================
--- trunk/BOOK/general/genlib/libxml2.xml       Thu May 23 06:37:49 2013        
(r11186)
+++ trunk/BOOK/general/genlib/libxml2.xml       Fri May 24 09:32:26 2013        
(r11187)
@@ -117,7 +117,7 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static --with-history 
&amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -138,7 +138,7 @@
       href="../../xincludes/static-libraries.xml"/>
 
     <para>
-      <option>--with-history</option>: If this switch is used, it enables
+      <option>--with-history</option>: This switch enables
       <application>Readline</application> support when running
       <command>xmlcatalog</command> or <command>xmllint</command> in shell 
mode.
     </para>

Modified: trunk/BOOK/general/genutils/screen.xml
==============================================================================
--- trunk/BOOK/general/genutils/screen.xml      Thu May 23 06:37:49 2013        
(r11186)
+++ trunk/BOOK/general/genutils/screen.xml      Fri May 24 09:32:26 2013        
(r11187)
@@ -80,7 +80,7 @@
 
 <screen><userinput>./configure --prefix=/usr                     \
             --with-socket-dir=/var/run/screen \
-            --with-pty-group=4                \
+            --with-pty-group=5                \
             --with-sys-screenrc=/etc/screenrc                    &amp;&amp;
 sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
 make</userinput></screen>
@@ -104,12 +104,12 @@
     places the global screenrc file in <filename
     class='directory'>/etc</filename>.  </para>
 
-    <para><parameter>--with-pty-group=4 </parameter>: This option sets the gid
+    <para><parameter>--with-pty-group=5</parameter>: This option sets the gid
     to the value used by LFS.</para>
 
-    <note><para>Newer versions of LFS use the value 5 for the tty group.  If
-    you are using the development version of LFS, change the pty-group option
-    to 5.</para></note>
+    <note><para>Older versions of LFS use the value 4 for the tty group. If
+    you are using LFS version 7.1 or older, change the pty-group option
+    to 4.</para></note>
 
     <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
     {etc,doc}/*</command>: This command corrects the configuration and

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu May 23 06:37:49 
2013        (r11186)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri May 24 09:32:26 
2013        (r11187)
@@ -44,6 +44,16 @@
 
 -->
     <listitem>
+      <para>May 24th, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[igor] - Updated libxml2 and Screen instructions to reflect
+          changes in newer LFS versions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 22nd, 2013</para>
       <itemizedlist>
         <listitem>
-- 
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