From: utzoo!decvax!shannon
Newsgroups: net.bugs.4bsd
Title: Re: LOG.nnnnnn.0
Article-I.D.: decvax.209
Posted: Mon May 10 11:27:25 1982
Received: Tue May 11 01:06:27 1982
The reason you have so many LOG..0 files laying around is
that they are not being merged back into the main LOGFILE because
they have mode 222, which indicates they are still in use. They
are changed to mode 666 when the program logging to them terminates.
Anyway, the fix to the problem is to add a call to logcls() at the
beginning of cleanup() in uux.c. Otherwise any temporary log files
used by uux would not be changed to mode 666 when uux terminated.
You may also find a LOG..0 file left after a program aborts,
use uuclean to get rid of those.
Bill Shannon
decvax!shannon
DEC UNIX Engineering Group