-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: i386-redhat-linux-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386'
- -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-redhat-linux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chet Ramey wrote:
> I think you're slightly misunderstanding how job control and process
> groups interact.
Okay.
> When you run test1 from an interactive shell with job control enabled,
> it is placed into a separate process group. The terminal's
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chet Ramey wrote:
> I am looking at the apparent contradiction between this and the
> previous answer. It might be that the shell begun to run test2
> undoes the signal ignoring performed when it is initally forked.
> It seems like somewhere along th