also block USR1 USR2
This commit is contained in:
parent
c8a88029f7
commit
613d1891c0
@ -29,7 +29,8 @@ static char rcsid[] = "@(#$Id: rclinit.cpp,v 1.11 2007-12-13 06:58:21 dockes Exp
|
||||
#include "rclinit.h"
|
||||
#include "pathut.h"
|
||||
|
||||
static const int catchedSigs[] = {SIGHUP, SIGINT, SIGQUIT, SIGTERM};
|
||||
static const int catchedSigs[] = {SIGHUP, SIGINT, SIGQUIT, SIGTERM,
|
||||
SIGUSR1, SIGUSR2};
|
||||
|
||||
RclConfig *recollinit(RclInitFlags flags,
|
||||
void (*cleanup)(void), void (*sigcleanup)(int),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user