]> err.no Git - util-linux/commit
script: dies on SIGWINCH. Closes: #445956
authorKarel Zak <kzak@redhat.com>
Fri, 5 Oct 2007 10:22:13 +0000 (12:22 +0200)
committerLaMont Jones <lamont@debian.org>
Fri, 12 Oct 2007 02:48:39 +0000 (20:48 -0600)
commit7b9ec76f1322014644ec6a82881569f9457bfba3
treedda0c7b2aa516edda3f109874d1ba63995ab4b25
parente4cdf9815783280186f934ed4483dd112130a783
script: dies on SIGWINCH.  Closes: #445956

The "doinput" process doesn't make a difference between SIGWINCH and
SIGCHILD.  This process also sends unnecessary SIGWINCH to child (the
signal is ignored by child). Fixed.

Signed-off-by: Karel Zak <kzak@redhat.com>
Signed-off-by: LaMont Jones <lamont@debian.org>
misc-utils/script.c