MFC: 1.91

Ignore SIGPIPE, instead of terminating process.

PR:		81230
Submitted by:	Dmitrij Tejblum <tejblum yandex-team ru>
This commit is contained in:
rodrigc 2006-12-19 01:17:58 +00:00
parent cd3185af43
commit 2c99ef01e6

View File

@ -343,6 +343,7 @@ main(argc, argv)
}
signal(SIGHUP, huphandler);
signal(SIGTERM, terminate);
signal(SIGPIPE, SIG_IGN);
pidfile_write(pfh);