Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22942 | Differences between
and this patch

Collapse All | Expand All

(-)Linux-PAM-0.77/modules/pam_pwdb/support.-c (-1 / +1 lines)
Lines 370-376 Link Here
370
	 * The "noreap" module argument is provided so that the admin can
370
	 * The "noreap" module argument is provided so that the admin can
371
	 * override this behavior.
371
	 * override this behavior.
372
	 */
372
	 */
373
	sighandler = signal(SIGCHLD, SIG_IGN);
373
	sighandler = signal(SIGCHLD, SIG_DFL);
374
    }
374
    }
375
375
376
    /* fork */
376
    /* fork */
(-)Linux-PAM-0.77/modules/pam_unix/support.c (-1 / +1 lines)
Lines 597-603 Link Here
597
	 * The "noreap" module argument is provided so that the admin can
597
	 * The "noreap" module argument is provided so that the admin can
598
	 * override this behavior.
598
	 * override this behavior.
599
	 */
599
	 */
600
	sighandler = signal(SIGCHLD, SIG_IGN);
600
	sighandler = signal(SIGCHLD, SIG_DFL);
601
    }
601
    }
602
602
603
    /* fork */
603
    /* fork */

Return to bug 22942