-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 04 November 2003 12:10, Trey Sizemore wrote:
> Here is the output: > > [EMAIL PROTECTED] trey $ ls -lh /etc/make.profile/ > total 21K > lrwxrwxrwx 1 root root 38 Nov 3 09:49 default-x86-1.4 > -> /usr/portage/profiles/default-x86-1.4/ > It looks as though the directory is symlinked correctly, but I still get > the message. Should I still delete the directory and all files in it, > then recreate a directory called /etc/make.profile symlinked to > /usr/portage/profiles/default-x86-1.4/? Nope, it's not. /etc/make.profile/default-x86-1.4 is a symlink. Drop the trailling / (ls -lh /etc/make.profile -- no final slash), if you still get a listing of files it's is a directory. I can't remember, but doubt, if you were to rm -rf /etc/make.profile it would follow the symlink down and delete a small part of /usr/portage/profiles/, so I'd still rm /etc/make.profile/default-x86-1.4 rm -rf /etc/make.profile ln -s /usr/portage/profiles/default-x86-1.4 /etc/make.profile - -- Mike Williams -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/p5p/InuLMrk7bIwRAuA5AKCsJjUxFLyKb9re7kDp/d7rkUhYxACgg/bj mRWgXDbfXcZihjMSNPJjCgs= =XFnX -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list
