Subject: Re: CVS commit: src/bin/sh (trap.c:1.32)
To: David Young <dyoung@pobox.com>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 07/14/2005 23:24:45
On Jul 14, 6:42pm, dyoung@pobox.com (David Young) wrote:
-- Subject: Re: CVS commit: src/bin/sh (trap.c:1.32)
| Geoff,
|
| This explains why one of my daemons goes away directly after /etc/rc
| finishes, thanks. (It didn't used to do that!)
|
| Christos, maybe that should be "Don't hard ignore signals that were
| ignored by our environment ..." after a trap is set?
|
Can you please explain more what you would like the behavior to be?
I.e. If a shell script does not trap anything, then it should inherit
the parents behavior, but if it sets a trap, then what should it do?
christos