Bug 32281

Summary: XFree86 errors in /tmp/install.log
Product: [Retired] Red Hat Linux Reporter: David Lawrence <dkl>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-19 21:13:32 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 David Lawrence 2001-03-19 19:47:45 UTC
PCMCIA Laptop NFS fresh install from qa0319.1/i386 tree. I got the
following messages in
my /tmp/install.log file.

Installing XFree86-xfs.
grep: /etc/X11/XF86Config: No such file or directory
grep: /etc/X11/XF86Config-4: No such file or directory

Comment 1 Preston Brown 2001-03-19 20:28:01 UTC
Mike:

If you rebuild X, you should fix this by conditionalizing whatever you are 
doing to these files (check for their existence first).


Comment 2 Bill Nottingham 2001-03-19 21:13:28 UTC
Oops, probably my fault. Add [ -f $config ] to the TrueType
section in the xfs %post.

Comment 3 Mike A. Harris 2001-03-19 21:58:02 UTC
Yip, it was a glitch that was in the patch you sent me that I added
in and didn't analyze closely.  Shame on both of us!  ;o)

Fixed in my latest stuff, will be in next build. 4.0.3-2

Since we are so close to release now, I'm goint to be much more cautious
about even the smallest patches.

Thanks guys,
TTYL