On Fri, 2004-10-22 at 11:15, James McKenzie wrote: > I will continue to move files from /usr/lib to > /opt/lib. More to follow. And on Oct 22, 2004 4:37 AM HaJo Schatz replied: Again, are you sure you really need this? Wouldn't a simple: mv /usr/lib /opt/ ln -s /opt/lib /usr/ do the trick? I want to leave /usr/lib/X11 in place for several reasons. But you have a valid point and I might just try to move all of the files in /usr/lib and symlink them to /opt/lib. I think this is what I did in the first place with RH9. I did the original move a long time ago. This would definately make updating a lot easier. James McKenzie