Bug 9260

Summary: typo in /etc/X11/xinit/xinitrc
Product: [Retired] Red Hat Linux Reporter: Hans de Goede <hdegoede>
Component: XFree86Assignee: Preston Brown <pbrown>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-10 20:10:35 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 Hans de Goede 2000-02-09 11:44:22 UTC
Line 40 of xinitrc is:
if [ -z $XKB_IN_USER -a ! -L /etc/X11/X ]; then
I believe this should be:
if [ -z $XKB_IN_USE -a ! -L /etc/X11/X ]; then

Comment 1 Preston Brown 2000-02-10 20:10:59 UTC
fixed in xinitrc-2.6-1 and later.