[2968] in Release_Engineering
[brlewis@Athena.MIT.EDU: 7.4G neos fxserver: should not use standard athena libacl]
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Thu Feb 4 21:07:25 1993
From: epeisach@Athena.MIT.EDU
To: rel-eng@Athena.MIT.EDU
Date: Thu, 04 Feb 93 21:07:20 EST
------- Forwarded Message
Received: from ATHENA-AS-WELL.MIT.EDU by e40-po.MIT.EDU (5.61/4.7) id AA00170; Thu, 4 Feb 93 16:58:20 EST
Received: from JOY.MIT.EDU by Athena.MIT.EDU with SMTP
id AA08545; Thu, 4 Feb 93 16:58:16 EST
From: brlewis@Athena.MIT.EDU
Received: by joy (5.57/4.7) id AA02298; Thu, 4 Feb 93 16:58:15 -0500
Date: Thu, 4 Feb 93 16:58:15 -0500
Message-Id: <9302042158.AA02298@joy>
To: bugs@Athena.MIT.EDU
Subject: 7.4G neos fxserver: should not use standard athena libacl
Well, we thought all the bugs were gone from the standard Athena acl
library, but the lavin test has shown this not to be true. It almost
works, but can't handle the stress of creating a lot of new acls in a
short amount of time, which needs to be done this time of year.
Apply the following patch to /source/athena/athena.lib/neos/lib/Imakefile.
It's not enough that libacl.o is in the fxcl library, because the server
doesn't link against fxcl.
*** Imakefile Wed Aug 19 17:33:40 1992
- --- /tmp/Imakefile Thu Feb 4 16:53:44 1993
***************
*** 53,58 ****
- --- 53,59 ----
DEFINES = ${INCLUDES} -DKERBEROS -DHESIOD
build_library(fxcl,${FXCLOBJ})
+ build_library(acl,libacl.o)
llib-lfxcl.ln: ${FXCLSRC}
lint ${CFLAGS} -Cfxcl ${FXCLSRC}
------- End of Forwarded Message