Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/21/1999 17:43:58
Module Name:	basesrc
Committed By:	cgd
Date:		Tue Jun 22 00:43:58 UTC 1999

Modified Files:
	basesrc/distrib/utils/sysinst: defs.h main.c run.c

Log Message:
provide a way to ignore tty-generated signals (INTR and QUIT) and/or
forward them on to subprocesses.  nice when running a subprocess in
a display window to allow the user to kill the subprocess w/o nuking
sysinst itself.  add handling for QUIT, which gets handled the same
as intr.  add handling for HUP which just cleans up.  More signals
should be handled.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 basesrc/distrib/utils/sysinst/defs.h
cvs rdiff -r1.17 -r1.18 basesrc/distrib/utils/sysinst/main.c
cvs rdiff -r1.20 -r1.21 basesrc/distrib/utils/sysinst/run.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.