瀏覽代碼

No longer set and export INPUTRC in /etc/profile. As of NCurses-5.2 this is not needed. Fixes #1942.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7906 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 年之前
父節點
當前提交
61a55d6eb1
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. 6 0
      chapter01/changelog.xml
  2. 0 5
      chapter07/profile.xml

+ 6 - 0
chapter01/changelog.xml

@@ -39,6 +39,12 @@
     <listitem>
       <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

+ 0 - 5
chapter07/profile.xml

@@ -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 @@ LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
 <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>