also block USR1 USR2

This commit is contained in:
dockes 2009-10-12 16:27:11 +00:00
parent c8a88029f7
commit 613d1891c0

View File

@ -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),