[10253] in Athena Bugs
7.4G neos fxserver: should not use standard athena libacl
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Thu Feb 4 16:58:20 1993
From: brlewis@Athena.MIT.EDU
Date: Thu, 4 Feb 93 16:58:15 -0500
To: bugs@Athena.MIT.EDU
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}