1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 00:43:14 +02:00

BUILD : 1.7.1 (57) BUGS : NOTES : Added SIGUSR2 to rehash configuration and save databases

git-svn-id: svn://svn.anope.org/anope/trunk@57 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@38 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-04-17 12:15:32 +00:00
parent 632a8f669c
commit a32595594d
4 changed files with 24 additions and 2 deletions
+2 -1
View File
@@ -605,7 +605,7 @@ int init(int ac, char **av)
for (i = 1; i <= 31; i++) {
#endif
#if defined(USE_THREADS) && defined(LINUX20)
if (i != SIGUSR1 && i != SIGUSR2)
if (i != SIGUSR1)
#endif
signal(i, SIG_IGN);
}
@@ -630,6 +630,7 @@ int init(int ac, char **av)
}
signal(SIGQUIT, sighandler);
signal(SIGHUP, sighandler);
signal(SIGUSR2, sighandler);
#ifdef SIGIOT
signal(SIGIOT, sighandler);