Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 1997 03:47:28 +0400 (MSD)
From:      =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.pp.ru>
To:        Adam David <adam@veda.is>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/sbin/init init.c
Message-ID:  <Pine.BSF.3.96.970705033929.22827A-100000@lsd.relcom.eu.net>
In-Reply-To: <199707042322.XAA01545@ubiq.veda.is>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 Jul 1997, Adam David wrote:

> > No, it not assume this. Most recent /etc/ttys used here.
> 
> Of course. I mean there might be active ttys which are no longer listed
> because the file changed.

If you add/remove getty lines, you suppose to send HUP to init to handle
updates, if you change non-getty lines, it is very rare case. It not worth
sending HUP to _all_ processes as done previously.  Such connetions will
be killed by TERM in any case. 

To handle such rare cases init must use kvm mechanism to get all process
with controlling ttys which will be unnecessary bloat for init. 

-- 
Andrey A. Chernov
<ache@null.net>
http://www.nagual.pp.ru/~ache/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970705033929.22827A-100000>