Bug 37980

Summary: XftConfig installed in two places
Product: Base System Reporter: hendrik <hendrik>
Component: confAssignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description hendrik 2002-05-12 07:40:01 UTC
XftConfig is in /etc/X11 and /usr/X11R6/lib/X11/XftConfig.
The file in /etc/X11 seems to be ignored by all applications.

[0.61] hscholz@deimos:~ > pkg_info -W /etc/X11/XftConfig
/etc/X11/XftConfig was installed by package XFree86-4.2.0_1
[0.56] hscholz@deimos:~ > pkg_info -W /usr/X11R6/lib/X11/XftConfig 
pkg_info: both XFree86-4.2.0_1 and XFree86-libraries-4.1.0_1 claim to have installed /usr/X11R6/lib/X11/XftConfig

/usr/X11R6/lib/X11/XftConfig was installed by package XFree86-4.2.0_1

note: I removed the file in /usr/X11R6 and created a symlink to the file in /etc/X11.

Fix: 

Remove one file and create a link to the other file. As /usr/X11R6/lib/X11 is already populated with links this might be the place for the symlink.

btw: I created a XftConfig so anti aliased fonts work in xterms. I have to
clean the file up but it might be nice to have such a file in the X distribution as an example.
How-To-Repeat: $ locate XftConfig

Changes in /etc/X11/XftConfig are ignored.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-27 10:07:34 UTC
Responsible Changed
From-To: freebsd-bugs->anholt

Over to the X Maintainer.
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2003-01-10 04:49:50 UTC
State Changed
From-To: open->closed

XFree86-4.2.0_1 is the old monolithic X port which doesn't exist any more. 
The X ports shouldn't be installing files in /etc any more.