Changeset 0fd41693


Ignore:
Timestamp:
08/05/2006 06:08:04 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
b2cb9ea
Parents:
8042630
Message:

Removed tinker-term.sh as it is no longer needed with LFS-6.2.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8042630 r0fd41693  
    4343
    4444    <listitem>
     45      <para>August 5th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Removed /etc/profile.d/tinker-term.sh
     49          since it is no longer needed with the Ncurses in stable
     50          LFS-6.2.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>August 4th, 2006</para>
    4657      <itemizedlist>
  • postlfs/config/profile.xml

    r8042630 r0fd41693  
    254254fi
    255255export INPUTRC</literal>
    256 EOF</userinput></screen>
    257 
    258     </sect3>
    259 
    260     <!-- TODO: Remove tinker-term.sh when LFS stable has Ncurses-5.5 -->
    261 
    262     <sect3 id="tinker-term.sh">
    263       <title>/etc/profile.d/tinker-term.sh</title>
    264 
    265       <indexterm zone="postlfs-config-profile tinker-term.sh">
    266         <primary sortas="e-etc-profile.d-tinker-term.sh">/etc/profile.d/tinker-term.sh</primary>
    267       </indexterm>
    268 
    269       <para>Some applications need a specific <envar>TERM</envar> setting to
    270       support color.  Starting with <application>Ncurses</application> version
    271       5.5, the <filename>xterm</filename> terminal type contains color
    272       capabilities by default.  If you have this version or greater, the
    273       <filename>tinker-term.sh</filename> script is unnecessary and should not
    274       be installed.</para>
    275 
    276 <screen role="root"><userinput>cat &gt; /etc/profile.d/tinker-term.sh &lt;&lt; "EOF"
    277 <literal># This will tinker with the value of TERM in order to convince certain
    278 # apps that we can, indeed, display color in their window.
    279 
    280 if [ -n "$COLORTERM" ]; then
    281   export TERM=xterm-color
    282 fi
    283 
    284 if [ "$TERM" = "xterm" ]; then
    285   export TERM=xterm-color
    286 fi</literal>
    287256EOF</userinput></screen>
    288257
Note: See TracChangeset for help on using the changeset viewer.