From owner-cvs-sbin Fri Jul 4 15:37:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA10024 for cvs-sbin-outgoing; Fri, 4 Jul 1997 15:37:13 -0700 (PDT) Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA09881; Fri, 4 Jul 1997 15:35:03 -0700 (PDT) Received: from ubiq.veda.is (ubiq.veda.is [193.4.230.60]) by veda.is (8.8.5/8.8.5) with ESMTP id WAA23765; Fri, 4 Jul 1997 22:34:56 GMT From: Adam David Received: (from adam@localhost) by ubiq.veda.is (8.8.5/8.8.5) id WAA01465; Fri, 4 Jul 1997 22:34:51 GMT Message-Id: <199707042234.WAA01465@ubiq.veda.is> Subject: Re: cvs commit: src/sbin/init init.c In-Reply-To: <199707042209.PAA02817@freefall.freebsd.org> from "Andrey A. Chernov" at "Jul 4, 97 03:09:09 pm" To: ache@FreeBSD.ORG (Andrey A. Chernov) Date: Fri, 4 Jul 1997 22:34:50 +0000 (GMT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > ache 1997/07/04 15:09:09 PDT > > Modified files: > sbin/init init.c > Log: > death: revoke all lines listed in /etc/ttys instead of sending HUP > to all processes > > Revision Changes Path > 1.21 +27 -3 src/sbin/init/init.c > This assumes /etc/ttys never changes while the system is up, which is not necessarily true. -- Adam David