From owner-freebsd-current Thu Jul 12 14:50:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 01EF337B401 for ; Thu, 12 Jul 2001 14:50:22 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 6C1E45450; Thu, 12 Jul 2001 23:50:17 +0200 (CEST) Date: Thu, 12 Jul 2001 23:50:17 +0200 From: Anton Berezin To: Giorgos Keramidas Cc: Joerg Wunsch , freebsd-current@FreeBSD.ORG Subject: Re: cannot print to remote printer Message-ID: <20010712235017.A33559@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Giorgos Keramidas , Joerg Wunsch , freebsd-current@FreeBSD.ORG References: <873d83pquy.wl@wilhelm.noname> <20010711214311.C2855@heechee.tobez.org> <200107120645.f6C6jtP45267@uriah.heep.sax.de> <20010712122148.B10960@heechee.tobez.org> <86k81eaqcj.fsf@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86k81eaqcj.fsf@hades.hell.gr>; from keramida@ceid.upatras.gr on Thu, Jul 12, 2001 at 10:40:12PM +0300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jul 12, 2001 at 10:40:12PM +0300, Giorgos Keramidas wrote: > Anton Berezin writes: > > Umm, I don't understand. I do not want automatic zombie reaping, I > > want exactly the opposite, and my patch does just that. > I might be wrong in many ways, but... > is it then mandatory that you `reset' SIGCHLD to SIG_DFL ? > Why not leave it in it's default state, and make this patch: > - signal(SIGCHLD, SIG_IGN); > without adding any lines? The problem is that at this point it is not in its default state. Several screenfuls above this line, in the same function (main()), there is a line signal(SIGCHLD, reapchild); > I'm in a wild rush, and I don't have the time to actually look at the > code or test it. I will, soon, though... :-) =Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message