Bug 5993

Summary: XFree86-3.3.5: startx fails if user has .xserverrc
Product: [Retired] Red Hat Linux Reporter: bluca
Component: XFree86Assignee: Preston Brown <pbrown>
Status: CLOSED CURRENTRELEASE 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-03-22 22:00:59 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 bluca 1999-10-15 17:19:18 UTC
or /etc/X11/xinit/Xserverrc for that matter
I believe it applies to all XFree86-3.3.5 packages.

patch follows,
besides putting an exec before xinit seems a good

--- /usr/X11R6/bin/startx       Sat Sep 25 00:20:19 1999
+++ /home/bluca/bin/startx      Fri Oct 15 19:11:04 1999
@@ -63,7 +63,7 @@
 xauth add $display . $mcookie
 xauth add `hostname -f`$display . $mcookie

-xinit $clientargs -- $display $serverargs
+xinit $clientargs -- $serverargs $display

 # various machines need special cleaning up,
 # which should be done here

Comment 1 Preston Brown 2002-01-07 15:27:13 UTC
long ago fixed.