RHEL 3 INPUTRC settings in /etc/csh.login are wrong

Solution Verified - Updated -

Issue

in Red Hat Enterprise Linux (RHEL) 3, /etc/csh.login contains:

if ( -f $HOME/.inputrc ) then
        setenv INPUTRC /etc/inputrc
endif

In RHEL 4, the file contains the expected syntax:

if ( ! -f $HOME/.inputrc ) then
        setenv INPUTRC /etc/inputrc
endif

Environment

Red Hat Enterprise Linux (RHEL) 3

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content