[3187] in Release_Engineering
AFS 3.3 pickup
daemon@ATHENA.MIT.EDU (Richard Basch)
Sun Apr 17 00:40:31 1994
Date: Sun, 17 Apr 1994 00:40:26 -0400
To: rel-eng@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
Well, I think it is ready to be picked up.
Pickup /mit/afsdev/src/rel-eng/ath77.tar.gz; this was generated with the
following commands from /mit/afsdev/bld:
(cd ../src; tar cvf rel-eng/ath77.tar Imakefile config)
tar rvf /mit/afsdev/src/rel-eng/ath77.tar \
src/ChangeLog src/Makefile
tar rvf /mit/afsdev/src/rel-eng/ath77.tar \
`/bin/ls *_*/obj | egrep -v '/obj|athena|doc|^$' | sort -u | sed s:^:src/:`
(cd ..; tar rvf /mit/afsdev/src/rel-eng/ath77.tar \
src/athena src/doc src/ibmbos)
gzip /mit/afsdev/src/rel-eng/ath77.tar
so it does not include all the RCS trees. If you really want those,
you'll have to grab those yourself, but be aware that I am working on
integrating some other changes; I have been tagging everything that I am
giving you with "C-77" in my tree.
Changes to be aware of:
- afsd is installed in /usr/vice/etc, as Transarc intended, on all platforms.
This means that the appropriate "rc" files need to be changed on everything.
- vos, bos, and klog symlinks are now created (pointing to afsuser)
These binaries will be updated in afsuser when they have been fully
checked (at the moment, because there are some problems with klog, I
am holding off on installing the AFS 3.3 versions in afsuser, until
I have debugged that problem).
- The DECstation version uses the dkload approach, so you have to edit
the kernel config files so that it no longer includes:
pseudo-device afs
options AFS
options AFS_NONFSTRANS
Other things to do:
Update sys/init_sysent.c, syscall 31: afs_syscall (6 args)
Remove GT_AFS declaration from h/fs_types.h (and /usr/include/sys/...)
Let me know of ANY problems with AFS or its integration into /source.
-Richard