Changeset 7906

Show
Ignore:
Timestamp:
01/31/07 11:29:13 (1 year ago)
Author:
matthew
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7905 r7906  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Do not set/export INPUTRC anymore, as it is not 
     44          required after upgrading to NCurses-5.2.  Fixes 
     45          <ulink url="&lfs-ticket-root;1942">#1942</ulink>.  Thanks to Alexander 
     46          Patrakov for the report and fix.</para> 
     47        </listitem> 
     48        <listitem> 
    4349          <para>[matthew] - Include a patch from from the Readline maintainer to 
    4450          fix a multibyte-related issue.  Fixes 
  • trunk/BOOK/chapter07/profile.xml

    r7671 r7906  
    6161    </listitem> 
    6262  </itemizedlist> 
    63  
    64   <para>This script also sets the <envar>INPUTRC</envar> environment variable that 
    65   makes Bash and Readline use the <filename>/etc/inputrc</filename> file created 
    66   earlier.</para> 
    6763 
    6864  <para>Replace <replaceable>&lt;ll&gt;</replaceable> below with the two-letter code 
     
    146142 
    147143export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable> 
    148 export INPUTRC=/etc/inputrc 
    149144 
    150145# End /etc/profile</literal>