Bug 443717

Summary: Populating INPUTRC with /etc/inputrc by /etc/profile prevents using ~/.inputrc
Product: [Fedora] Fedora Reporter: HK Kim <modestcode>
Component: setupAssignee: Ondrej Vasik <ovasik>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: setup-2.6.18-2.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-06 12:08:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description HK Kim 2008-04-22 23:31:35 UTC
Description of problem:

Populating INPUTRC with /etc/inputrc by /etc/profile prevents using ~/.inputrc

Version-Release number of selected component (if applicable):
2.6.14

How reproducible:
Always

Steps to Reproduce:
1. install rawhide
2. login
3. create .inputrc
4. call the program uses readline facility
  
Actual results:
4. .inputrc is not used.

Expected results:
4. .inputrc is respected.

Additional info:
It seems that it's unnecessary since readline library is supposed to do that.

Comment 1 Bug Zapper 2008-05-14 09:59:12 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Tom Lane 2008-06-19 18:11:40 UTC
I've just gotten burnt by this too.  The code in /etc/profile to set INPUTRC is useless since readline started 
to support /etc/inputrc by itself, and it screws up the corner case where ~/.inputrc was just created in the 
current session.  Please remove it.

Comment 3 Ondrej Vasik 2008-12-10 16:22:08 UTC
Fixed in rawhide and built as setup-2.7.5-2.fc11, will wait for a while with F-9/F-10 update to see if it is harmless change.

Comment 4 Ondrej Vasik 2009-02-06 12:08:14 UTC
Fixed in setup-2.6.18-2.fc9 and setup-2.7.4-3.fc10, closing NEXTRELEASE.