diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-01-31 18:29:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-01-31 18:29:13 +0000 |
commit | 61a55d6eb165c5d1c0800b0beb6297791a397af4 (patch) | |
tree | a4bae54ea2512ba9aa06434fcb80daf314155180 /chapter07 | |
parent | c38b204e8a823bab9cada2474896029c650ad401 (diff) |
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
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/profile.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 5f6483133..4472e36f9 100644 --- a/chapter07/profile.xml +++ b/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><ll></replaceable> below with the two-letter code for the desired language (e.g., <quote>en</quote>) and <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 export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable> -export INPUTRC=/etc/inputrc # End /etc/profile</literal> EOF</userinput></screen> |