poorly set up symlinks

Tim Lovelock (timothy.lovelock@yale.edu)
Sat, 27 Feb 1999 15:00:42 -0500

Well, I tracked down the problem I was having getting X to run
correctly. I found out that a couple of files in /usr/X11R6/lib/X11
were linking to ../../../../etc/X11, rather then simply /etc/X11.
Needless to say, this was causing problems when I moved /usr to
/hdd/usr. Here's the problem though, a quick and dirty search using ls
-l -R | grep ../ revealed that there were a bunch of files linked this
way. Unfortunatly, I don't know where they are, given the way
I searched for them, and don't know any easy way to fix them so that
they point directly to / Thoughts?

--Tim