From owner-cvs-all Wed Jul 21 9:10:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD9E414DB1; Wed, 21 Jul 1999 09:10:33 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83525; Wed, 21 Jul 1999 09:09:46 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199907211609.JAA83525@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 21 Jul 1999 09:09:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/07/21 09:09:45 PDT Modified files: usr.sbin/inetd inetd.c Log: Fix for the hosts_options(5) spawn option. Restore default SIGHUP, SIGCHLD and SIGALRM handlers in forked inetd processes. This happens to work around the fact that hosts_access() doesn't (but should) set SIG_IGN as the handler for SIGCHLD while it handles the spawn option, but it would make sense even if that were not true. This does not address the leaking descriptors issue discussed on the same PR. PR: 12731 Reviewed by: des Submitted by: David Malone Revision Changes Path 1.63 +9 -5 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message