mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
c38b204e8a
commit
61a55d6eb1
@ -39,6 +39,12 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-01-31</para>
|
<para>2007-01-31</para>
|
||||||
<itemizedlist>
|
<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>
|
<listitem>
|
||||||
<para>[matthew] - Include a patch from from the Readline maintainer to
|
<para>[matthew] - Include a patch from from the Readline maintainer to
|
||||||
fix a multibyte-related issue. Fixes
|
fix a multibyte-related issue. Fixes
|
||||||
|
@ -61,10 +61,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</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><ll></replaceable> below with the two-letter code
|
<para>Replace <replaceable><ll></replaceable> below with the two-letter code
|
||||||
for the desired language (e.g., <quote>en</quote>) and
|
for the desired language (e.g., <quote>en</quote>) and
|
||||||
<replaceable><CC></replaceable> with the two-letter code for the appropriate
|
<replaceable><CC></replaceable> with the two-letter code for the appropriate
|
||||||
@ -145,7 +141,6 @@ LC_ALL=<locale name> locale int_prefix</userinput></screen>
|
|||||||
<literal># Begin /etc/profile
|
<literal># Begin /etc/profile
|
||||||
|
|
||||||
export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable>
|
export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable>
|
||||||
export INPUTRC=/etc/inputrc
|
|
||||||
|
|
||||||
# End /etc/profile</literal>
|
# End /etc/profile</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user