From owner-cvs-all Fri Nov 2 9:11:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9E037B403; Fri, 2 Nov 2001 09:11:14 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA2HBEn01875; Fri, 2 Nov 2001 09:11:14 -0800 (PST) (envelope-from sheldonh) Message-Id: <200111021711.fA2HBEn01875@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 2 Nov 2001 09:11:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim Makefile ports/mail/exim/files patch-src::exim.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/11/02 09:11:14 PST Modified files: mail/exim Makefile mail/exim/files patch-src::exim.c Log: Add the author's patch to fix a failure to reap children on BSD systems, where SIG_IGN as the signal handler for SIGCHLD is bad. This is only an issue when a significant number of messages is received via pipe (e.g. with -bS) at a faster rate than they can be dealt with by parallel delivery agents (e.g. -odqs). Bump PORTREVISION to reflect the change. Obtained from: exim-users@exim.org Message-Id: Pine.SOL.4.33.0111021349170.19636-100000@virgo.cus.cam.ac.uk Revision Changes Path 1.100 +1 -1 ports/mail/exim/Makefile 1.2 +8 -0 ports/mail/exim/files/patch-src::exim.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message