[3772] in Athena Bugs
(VS,RT) (6.3,6.4A) activate
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Mon Dec 4 11:13:11 1989
Date: Mon, 4 Dec 89 11:12:56 -0500
From: Ken Raeburn <Raeburn@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
% tail /etc/athena/activate
-h -n -o hard $USRLIB
fi
/usr/athena/access_off
if [ -f /etc/athena/activate.local ]; then
echo "Local activation:" >${OUTPUT}
/etc/athena/activate.local
echo "done." >${OUTPUT}
fi
%
If activate.local isn't found, the exit status of the activate script
is non-zero. It should be zero unless some *other* command has gone
wrong.