ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/utils.C
(Generate patch)

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.79 by root, Sat Aug 30 05:19:03 2008 UTC vs.
Revision 1.80 by root, Wed Sep 10 18:18:10 2008 UTC

449void 449void
450fork_abort (const char *msg) 450fork_abort (const char *msg)
451{ 451{
452 if (!fork ()) 452 if (!fork ())
453 { 453 {
454 signal (SIGINT , SIG_IGN);
455 signal (SIGTERM, SIG_IGN);
454 signal (SIGABRT, SIG_DFL); 456 signal (SIGABRT, SIG_IGN);
455 457
456 // try to put corefiles into a subdirectory, if existing, to allow 458 // try to put corefiles into a subdirectory, if existing, to allow
457 // an administrator to reduce the I/O load. 459 // an administrator to reduce the I/O load.
458 chdir ("cores"); 460 chdir ("cores");
459 461

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines