Hi Scott...
>>>>> "Scott" == Scott A McIntyre <scott@shrug.org> writes:
Scott> I mentioned a few days ago that since my upgrade to 1.92 /tmp
Scott> is beginning to fill with files named resend.xxxx.in and so on
Scott> -- they are still there, and not going anywhere...even when
Scott> nothing is in the queue.
Scott> Has anyone else noticed this? 1.90 didn't do this, so I'm sort
Scott> of wondering what changed to cause it....its getting annoying.
Apply this patch to resend, and the problem will go away:
--------------------------------------------------
*** resend~ Sat Jun 11 18:33:01 1994
--- resend Sun Jun 12 22:02:48 1994
***************
*** 344,350 ****
}
close(MAILOUT);
close(MAILIN);
! unlink("/tmp/resend.$$.*");
exit(0);
}
--- 344,350 ----
}
close(MAILOUT);
close(MAILIN);
! unlink(</tmp/resend.*>);
exit(0);
}
--------------------------------------------------
Best regards,
Karsten
--
Karsten Thygesen I Aalborg, Denmark
karthy@dannug.dk (NeXT-Mail welcome) I Voice: +45 98 12 42 59
Chairman, Danish NeXT Users Group I Fax: +45 98 12 44 81
Follow-Ups:
References:
|
|