> Description:
> Regradless of the huponexit setting ('shopt -s huponexit' doesn't
> help) bash does not send SIGHUP to its children when it receives one
> itself. Previous version of bash 3.1.17 was behaving properly
> even with huponexit set to off
>
> Repeat-By:
>
Here you are:
mercurius:/usr/src/BadPenguin# cat bash-3.2-dietlibc.unified-patch
--- build/bash-3.2/lib/sh/winsize.c.orig2006-07-28
05:57:45.0 +0200
+++ build/bash-3.2/lib/sh/winsize.c 2008-09-03 14:56:46.0 +0200
@@ -43,6 +43,11 @@
#include
+/* Antonio Gallo , Die