From owner-cvs-all Wed Sep 30 07:45:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13277 for cvs-all-outgoing; Wed, 30 Sep 1998 07:45:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13270; Wed, 30 Sep 1998 07:45:03 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA02730; Wed, 30 Sep 1998 07:44:58 -0700 (PDT) Date: Wed, 30 Sep 1998 07:44:58 -0700 (PDT) Message-Id: <199809301444.HAA02730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/09/30 07:44:58 PDT Modified files: etc rc Log: Put guard shells around stuff started from $local_startup. If you type SIGINT (C-c), you'll get control passed to the next script even if the current one blocks signals. The child is not killed, though. Revision Changes Path 1.158 +3 -2 src/etc/rc