From 61a55d6eb165c5d1c0800b0beb6297791a397af4 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 31 Jan 2007 18:29:13 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 6 ++++++ chapter07/profile.xml | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a29df9bf0..6e762fc7c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,12 @@ 2007-01-31 + + [matthew] - Do not set/export INPUTRC anymore, as it is not + required after upgrading to NCurses-5.2. Fixes + #1942. Thanks to Alexander + Patrakov for the report and fix. + [matthew] - Include a patch from from the Readline maintainer to fix a multibyte-related issue. Fixes 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 @@ - This script also sets the INPUTRC environment variable that - makes Bash and Readline use the /etc/inputrc file created - earlier. - Replace <ll> below with the two-letter code for the desired language (e.g., en) and <CC> with the two-letter code for the appropriate @@ -145,7 +141,6 @@ LC_ALL=<locale name> locale int_prefix # Begin /etc/profile export LANG=<ll>_<CC>.<charmap><@modifiers> -export INPUTRC=/etc/inputrc # End /etc/profile EOF