--- deliantra/server/common/utils.C 2008/08/30 05:19:03 1.79 +++ deliantra/server/common/utils.C 2008/09/10 18:18:10 1.80 @@ -451,7 +451,9 @@ { if (!fork ()) { - signal (SIGABRT, SIG_DFL); + signal (SIGINT , SIG_IGN); + signal (SIGTERM, SIG_IGN); + signal (SIGABRT, SIG_IGN); // try to put corefiles into a subdirectory, if existing, to allow // an administrator to reduce the I/O load.