Nicholas Marriott
|
e3be9b1951
|
Do not call event_del() for signals after fork(), just use sigaction()
directly instead - calling libevent functions after fork() w/o
event_reinit() is a bad idea, even if in this case it was harmless.
|
2010-08-19 18:29:01 +00:00 |
|
Nicholas Marriott
|
e5f01febd7
|
Use $OpenBSD$.
|
2010-05-14 14:41:06 +00:00 |
|
Joel Sing
|
72d1afa169
|
Catch SIGHUP and terminate if running as a client. This prevents clients
from being left hanging around when, for example, a SSH session is
disconnected.
ok nicm@
|
2010-05-12 15:05:39 +00:00 |
|
Nicholas Marriott
|
c4a2fdf15b
|
Put this back in with the initialisation in the right order.
|
2010-05-04 17:28:16 +00:00 |
|
Nicholas Marriott
|
af5e0bd15a
|
Revert last change, it appears to be broken somehow.
|
2010-05-04 08:48:06 +00:00 |
|
Nicholas Marriott
|
ec1d37b1b2
|
Make signal handler setup/teardown two common functions instead of six,
and reset SIGCHLD after fork to fix problems with some shells. From
Romain Francois.
|
2010-05-03 16:06:32 +00:00 |
|