[29] in testers
Beta - attach installation misses /etc/rc
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Jun 28 11:51:09 1989
From: <epeisach@ATHENA.MIT.EDU>
Date: Wed, 28 Jun 89 11:50:45 -0400
To: tytso@ATHENA.MIT.EDU
Cc: testers@ATHENA.MIT.EDU
Your installation script fails to change the line in /etc/rc for
deactivate to include the -O option. This caused afs directories that
are "attached" with symlinks to not be removed which later causes
problems with attaching. (complains that it is already attached and then
does NOT run aklog.
Fix:
Change line in /etc/rc to be
/bin/athena/detach -O -n -h -a
Ezra