Module Name: krb5 Committed By: tlyu Date: Tue Feb 4 03:48:56 UTC 2003 Modified Files: krb5/src/appl/bsd/ChangeLog krb5/src/appl/bsd/login.c Added Files: Removed Files: Log Message ticket: 608 * login.c (dofork): Don't dissociate from controlling tty in the parent, since the parent needs to remain the session leader so it can tell when the tty gets hung up. Make the child wait for the parent to set up a SIGHUP handler to ensure that cleanup happens properly. To generate a diff of this commit: cvs diff -r5.371 -r5.372 krb5/src/appl/bsd/ChangeLog cvs diff -r5.100 -r5.101 krb5/src/appl/bsd/login.c