Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



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.




Home | Main Index | Thread Index | Old Index