[3185] in Release_Engineering
DECstation AFS 3.3 : dkload solution
daemon@ATHENA.MIT.EDU (Richard Basch)
Sat Apr 16 20:33:46 1994
Date: Sat, 16 Apr 1994 20:33:37 -0400
To: rel-eng@MIT.EDU
Cc: tjm@MIT.EDU, tytso@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
During the update:
mkdir /usr/vice/etc/dkload/bin
cp -p /usr/bin/{as,ld,nm} /usr/vice/etc/dkload/bin/
cp -p /usr/lib/cmplrs/cc/as? /usr/vice/etc/dkload/bin/
Add a shell script /usr/vice/etc/dkload/bin/as.dkload:
#!/bin/sh -
exec /usr/vice/etc/dkload/bin/as -tab -h/usr/vice/etc/dkload/bin -B $*
One other thing:
Remove the GT_AFS definition from:
/usr/include/sys/fs_types.h
.../Ultrix/sys/h/fs_types.h
This was a big screw-up to have it there, and conflicting definitions
are in the AFS sources. We had originally added it, and it should be
removed.
I have a working AFS 3.3 implementation on the DECstation after about 30
hours worth of hacking. Transarc has dropped support for Ultrix 4.2,
and I don't blame them since Ultrix 4.3 and 4.3A have been out for a
long time (years).
-Richard