From owner-cvs-all Sat Jul 14 14:49:23 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 72E7737B401; Sat, 14 Jul 2001 14:49:17 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: (from gad@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6ELnHi57442; Sat, 14 Jul 2001 14:49:17 -0700 (PDT) (envelope-from gad) Message-Id: <200107142149.f6ELnHi57442@freefall.freebsd.org> From: Garance A Drosehn Date: Sat, 14 Jul 2001 14:49:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.c printjob.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 gad 2001/07/14 14:49:17 PDT Modified files: usr.sbin/lpr/lpd lpd.c printjob.c Log: Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN. This fixes a problem with using print filters (if=, of=, etc) that showed up in -current around June 20th. That problem initially reported by Georg-W Koltermann , while most of the investigation that led to this fix was done by Anton Berezin . Reviewed by: freebsd-print@bostonradio.org MFC after: 1 week Revision Changes Path 1.27 +7 -2 src/usr.sbin/lpr/lpd/lpd.c 1.39 +35 -6 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message