[144] in IS Home Pages
stuff in /afs/athena.mit.edu/org/i/is/teams
daemon@ATHENA.MIT.EDU (oliver thomas)
Mon Jul 20 09:58:43 1998
To: is-home@MIT.EDU
Cc: oliver thomas <othomas@MIT.EDU>
Reply-To: oliver thomas <othomas@MIT.EDU>
Date: Mon, 20 Jul 1998 09:59:12 EDT
From: oliver thomas <othomas@MIT.EDU>
hi,
i'm not sure what was supposed to happen with
/afs/athena.mit.edu/org/i/is/teams
and /afs/athena.mit.edu/org/i/is/teams/old
but a lot of the links in the current is pages still point to the stuff
that was moved to the 'old' directory. i did not have the time to check
exactly how many links there were (at least all the stuff on
http://tute.mit.edu:8001/is/people/) but in order for things not to break
i linked all the files in the 'old' directory back to their original
locations.
you'll be able to tell whether a file is referenced out of the 'old'
directory or not by typing:
ls -l /mit/is/teams
if it has a link symbol after it, it is being referenced out of the 'old'
directory. to undo what i just did, use the command:
cd /mit/is/teams
find . -type l -print -exec delete {} \;
cheers,
oliver