Author: dnicholson
Date: 2006-08-05 12:08:04 -0600 (Sat, 05 Aug 2006)
New Revision: 6273

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/config/profile.xml
Log:
Removed tinker-term.sh as it is no longer needed with LFS-6.2.


Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-08-04 19:54:32 UTC 
(rev 6272)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-08-05 18:08:04 UTC 
(rev 6273)
@@ -42,6 +42,17 @@
 -->
 
     <listitem>
+      <para>August 5th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Removed /etc/profile.d/tinker-term.sh
+          since it is no longer needed with the Ncurses in stable
+          LFS-6.2.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 4th, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/config/profile.xml
===================================================================
--- trunk/BOOK/postlfs/config/profile.xml       2006-08-04 19:54:32 UTC (rev 
6272)
+++ trunk/BOOK/postlfs/config/profile.xml       2006-08-05 18:08:04 UTC (rev 
6273)
@@ -257,37 +257,6 @@
 
     </sect3>
 
-    <!-- TODO: Remove tinker-term.sh when LFS stable has Ncurses-5.5 -->
-
-    <sect3 id="tinker-term.sh">
-      <title>/etc/profile.d/tinker-term.sh</title>
-
-      <indexterm zone="postlfs-config-profile tinker-term.sh">
-        <primary 
sortas="e-etc-profile.d-tinker-term.sh">/etc/profile.d/tinker-term.sh</primary>
-      </indexterm>
-
-      <para>Some applications need a specific <envar>TERM</envar> setting to
-      support color.  Starting with <application>Ncurses</application> version
-      5.5, the <filename>xterm</filename> terminal type contains color
-      capabilities by default.  If you have this version or greater, the
-      <filename>tinker-term.sh</filename> script is unnecessary and should not
-      be installed.</para>
-
-<screen role="root"><userinput>cat &gt; /etc/profile.d/tinker-term.sh &lt;&lt; 
"EOF"
-<literal># This will tinker with the value of TERM in order to convince certain
-# apps that we can, indeed, display color in their window.
-
-if [ -n "$COLORTERM" ]; then
-  export TERM=xterm-color
-fi
-
-if [ "$TERM" = "xterm" ]; then
-  export TERM=xterm-color
-fi</literal>
-EOF</userinput></screen>
-
-    </sect3>
-
     <sect3 id="umask.sh">
       <title>/etc/profile.d/umask.sh</title>
 

-- 
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