I got the error message
Failed: Can't move "/sw/fink" out of the way
on selfupdating fink. What does that mean? What can I do?
Move /sw/fink.old out of the way:
sudo mv /sw/fink.old /sw/fink.older
Since you don't seem to know that it exists, you could delete it as well:
sudo rm -rf /sw/fink.old
Then do your selfupdate, and at the end read what it tells you about the fink.old directory.
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
