Author: matthew
Date: 2007-01-31 11:29:13 -0700 (Wed, 31 Jan 2007)
New Revision: 7906

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter07/profile.xml
Log:
No longer set and export INPUTRC in /etc/profile.  As of NCurses-5.2 this is 
not needed.  Fixes #1942.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-01-31 18:24:33 UTC (rev 7905)
+++ trunk/BOOK/chapter01/changelog.xml  2007-01-31 18:29:13 UTC (rev 7906)
@@ -40,6 +40,12 @@
       <para>2007-01-31</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Do not set/export INPUTRC anymore, as it is not
+          required after upgrading to NCurses-5.2.  Fixes
+          <ulink url="&lfs-ticket-root;1942">#1942</ulink>.  Thanks to 
Alexander
+          Patrakov for the report and fix.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Include a patch from from the Readline maintainer 
to
           fix a multibyte-related issue.  Fixes
           <ulink url="&lfs-ticket-root;1945">#1945</ulink></para>

Modified: trunk/BOOK/chapter07/profile.xml
===================================================================
--- trunk/BOOK/chapter07/profile.xml    2007-01-31 18:24:33 UTC (rev 7905)
+++ trunk/BOOK/chapter07/profile.xml    2007-01-31 18:29:13 UTC (rev 7906)
@@ -61,10 +61,6 @@
     </listitem>
   </itemizedlist>
 
-  <para>This script also sets the <envar>INPUTRC</envar> environment variable 
that
-  makes Bash and Readline use the <filename>/etc/inputrc</filename> file 
created
-  earlier.</para>
-
   <para>Replace <replaceable>&lt;ll&gt;</replaceable> below with the 
two-letter code
   for the desired language (e.g., <quote>en</quote>) and
   <replaceable>&lt;CC&gt;</replaceable> with the two-letter code for the 
appropriate
@@ -145,7 +141,6 @@
 <literal># Begin /etc/profile
 
 export 
LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
-export INPUTRC=/etc/inputrc
 
 # End /etc/profile</literal>
 EOF</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to