Changeset f0af58fb


Ignore:
Timestamp:
04/11/2012 02:01:51 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a079e73c
Parents:
904a2e46
Message:

Fix scrre to use the LFS value for gid.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9903 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/screen.xml

    r904a2e46 rf0af58fb  
    3939    later on a different terminal.</para>
    4040
    41     &lfs65_checked;
     41    &lfs71_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    following commands:</para>
    8080
    81 <screen><userinput>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
    82     --with-sys-screenrc=/etc/screenrc &amp;&amp;
     81<screen><userinput>./configure --prefix=/usr                     \
     82            --with-socket-dir=/var/run/screen \
     83            --with-pty-group=4                \
     84            --with-sys-screenrc=/etc/screenrc                    &amp;&amp;
    8385sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
    8486make</userinput></screen>
     
    102104    places the global screenrc file in <filename
    103105    class='directory'>/etc</filename>.  </para>
     106
     107    <para><parameter>--with-pty-group=4 </parameter>: This option sets the gid
     108    to the value used by LFS.</para>
    104109
    105110    <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
  • introduction/welcome/changelog.xml

    r904a2e46 rf0af58fb  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Fix screen to use the LFS value for gid.
     49          Fixes
     50          <ulink url="&blfs-ticket-root;3268">#3268</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[dj] - Corrected bad sed for libacl.</para>
    4954        </listitem>
Note: See TracChangeset for help on using the changeset viewer.