Changeset 5621
Relax the signal trapping in safe_callweaver a bit
Committed by:
mjagdis
Date:
Feb 09 2010 * 00:24 (6 months ago)
Affected files:
callweaver/trunk/system/safe_callweaver.in (unified diff)
| r5611 | r5621 | |
|---|---|---|
| 212 | 212 | run_callweaver() |
| 213 | 213 | { |
| 214 | 214 | # We should only exit if callweaver itself exits normally, which it |
| 215 | # should do even when signalled by a SIGTERM. | |
| 216 | trap '' HUP INT QUIT PIPE TERM | |
| 215 | # should do when signalled by a SIGTERM or SIGINT, however SIGHUP | |
| 216 | # means reload configs and SIGPIPE and SIGQUIT are ignored if possible. | |
| 217 | trap '' HUP PIPE QUIT | |
| 217 | 218 | |
| 218 | 219 | if [[ -n "$CALLWEAVER_TTY" ]]; then |
| 219 | 220 | # From here on we only talk to CALLWEAVER_TTY. If the outer |
![Home changeset 5621 [home]](/images/logo.png?1180520111)
RSS Feeds