Hello there, the patch is as simple as follows:
$ diff bcron-exec.c.orig bcron-exec.c 108a109 > int slot; 110d110 < close(fdin); 113c113,115 < close(fdout); --- > for (slot = 0; slot < SLOT_MAX; ++slot) > if (slots[slot].tmpfd != -1) > close(slots[slot].tmpfd); I'm going to do more testing on production systems with heavy bcron usage (few thousands jobs per day) and report about success/failure after a couple of days. --- Best regards, Anton Khalikov -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

