[10659] in Athena Bugs
decmips 7.4H: zleave
daemon@ATHENA.MIT.EDU (mhpower@Athena.MIT.EDU)
Fri Jul 9 00:57:15 1993
From: mhpower@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Fri, 09 Jul 93 00:57:11 EDT
System name: w20-575-67
Type and version: KN02ba 7.4H
Display type: PMAGB-BA
What were you trying to do?
Log out. Possibly.
What's wrong:
I ran zleave. It sent me a number of messages, finishing
with "That was the last time I'll tell you. Bye." However,
it left a zleave.7783 file in the /tmp directory.
What should have happened:
It shouldn't have left a file in the /tmp directory, when
it could just as easily have removed it, e.g.,
*** zleave.c.old Fri Jul 9 00:47:58 1993
--- zleave.c Fri Jul 9 00:49:02 1993
***************
*** 298,299 ****
--- 298,300 ----
bother(0L, "That was the last time I'll tell you. Bye.");
+ (void) unlink(tempfile);
exit(0);
Please describe any relevant documentation references:
zleave(1)