Subject: CVS commit: src/usr.bin/su
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/25/2005 21:49:43
Module Name:	src
Committed By:	christos
Date:		Fri Feb 25 21:49:43 UTC 2005

Modified Files:
	src/usr.bin/su: su_pam.c

Log Message:
Don't wait for any process, just our child. pam sessions can fork other
processes (such as the ssh pam agent handler) and the wrong process ends
up reaped, wreaking havoc.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.bin/su/su_pam.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.