Author: bdubbs
Date: 2012-04-10 20:01:51 -0600 (Tue, 10 Apr 2012)
New Revision: 9903

Modified:
   trunk/BOOK/general/genutils/screen.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fix scrre to use the LFS value for gid.


Modified: trunk/BOOK/general/genutils/screen.xml
===================================================================
--- trunk/BOOK/general/genutils/screen.xml      2012-04-11 01:17:10 UTC (rev 
9902)
+++ trunk/BOOK/general/genutils/screen.xml      2012-04-11 02:01:51 UTC (rev 
9903)
@@ -38,7 +38,7 @@
     including UTF-8. Screen sessions can be detached and resumed
     later on a different terminal.</para>
 
-    &lfs65_checked;
+    &lfs71_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -78,8 +78,10 @@
     <para>Install <application>Screen</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --with-socket-dir=/var/run/screen 
\
-    --with-sys-screenrc=/etc/screenrc &amp;&amp;
+<screen><userinput>./configure --prefix=/usr                     \
+            --with-socket-dir=/var/run/screen \
+            --with-pty-group=4                \
+            --with-sys-screenrc=/etc/screenrc                    &amp;&amp;
 sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
 make</userinput></screen>
 
@@ -102,6 +104,9 @@
     places the global screenrc file in <filename
     class='directory'>/etc</filename>.  </para>
 
+    <para><parameter>--with-pty-group=4 </parameter>: This option sets the gid
+    to the value used by LFS.</para>
+
     <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
     {etc,doc}/*</command>: This command corrects the configuration and
     documentation files to the location that is used here for the global

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-04-11 01:17:10 UTC 
(rev 9902)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-04-11 02:01:51 UTC 
(rev 9903)
@@ -45,6 +45,11 @@
       <para>April 11th, 2012</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Fix screen to use the LFS value for gid.
+          Fixes 
+          <ulink url="&blfs-ticket-root;3268">#3268</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Corrected bad sed for libacl.</para>
         </listitem>
         <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