From 61a55d6eb165c5d1c0800b0beb6297791a397af4 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 31 Jan 2007 18:29:13 +0000 Subject: 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 --- chapter07/profile.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chapter07/profile.xml') 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 -- cgit v1.2.3-54-g00ecf