[598] in SIPB_Linux_Development
/usr/src/athena
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Jun 8 23:26:11 1994
From: ghudson@MIT.EDU
Date: Wed, 8 Jun 94 23:25:52 -0400
To: linux-dev@MIT.EDU
I moved /usr/athena/src to src.old, made a symlink from
/usr/athena/src -> /usr/src/athena, and added a line to
/etc/rc.d/rc.local:
attach -n -t nfs -m /usr/src/athena -e sipb-nfs.mit.edu:/u2/lockers/linux-athena
You'll need to have tickets and authenticate to picayune in order to
write to the source tree, using "nfsid -a".
Possibilities:
* src.old becomes out of date and useless, and eventually gets
removed.
* It's too slow, and someone goes back to the local source
tree. (It seems quick enough to me, but then, it's close to
midnight.)
I also changed /usr/athena/lib/init/cshrc according to Derek's
patches. I left /usr/andrew/bin in there, since people might install
Andrew, and I left the sbin directories out:
set athena_path=( /srvd/patch /usr/athena/bin /usr/local/bin /usr/bin /bin \
/usr/bin/X11 /usr/andrew/bin /usr/TeX/bin $OPENWINHOME/bin \
/usr/games )
set athena_manpath=/usr/athena/man:/usr/man:/usr/man/preformat:\
/usr/X11/man:/usr/openwin/man
Enjoy.
--GBH