--- Dan McGhee <[EMAIL PROTECTED]> wrote: > Two questions: > > 1. Is NOT making this directory a new thing for Xorg? > 2. I have located all the stuff in /usr/X11R7 that is in my current > /etc/X11 directory. I think that all I have to do is copy stuff to > /etc/X11. Is that correct?
The instructions I've seen before suggest that /etc/X11 is a symbolic link that points to /usr/X11R7/etc. ln -v -sf /usr/X11R7/etc /etc/X11 That way you don't have to copy files. I think the symlinks are only intended for "users"; that is, programs should be configured to look directly in /usr/X11R7/etc but of course some will have presets, and some may assume you have /usr/X11R6/etc or something else. So you may have to make some additional compatibility symlinks if something complains. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page