Changeset 5627

Ignore SIGXFSZ

If we get it then maybe a log file has got too big. But should we take
down the entire PBX until someone deals with it?

Committed by:  mjagdis
Date:  Feb 10 2010 * 19:08 (6 months ago)

Affected files:

callweaver/trunk/corelib/callweaver.c (unified diff)

r5626r5627
17001700 sigaction(SIGTSTP, &sa, NULL);
17011701 sigaction(SIGTTIN, &sa, NULL);
17021702 sigaction(SIGTTOU, &sa, NULL);
1703 sigaction(SIGXFSZ, &sa, NULL);
17031704
17041705 sa.sa_handler = child_handler;
17051706 sa.sa_flags = SA_NOCLDSTOP;