[9135] in Athena Bugs
Kerberos slave propagation
daemon@ATHENA.MIT.EDU (Jim Haynes)
Sun Mar 29 22:48:28 1992
From: haynes@cats.UCSC.EDU (Jim Haynes)
Date: Sun, 29 Mar 92 19:48:04 -0800
To: bugs@Athena.MIT.EDU
I'm not sure whether this is a general bug, or a Sun bug (or a SysV-ish
bug or a POSIX bug) In kerberos/slave/kprop.c there is this piece of code
strcat(strcpy(pc, cs->name), "-last-prop");
close(creat(path, 0600));
At least on my machines this doesn't result in updating the mtime of the
x-last-prop file, so the test for not_time_yet is rendered kinda useless.