diff options
| author | Tom Yu <tlyu@mit.edu> | 2003-12-06 00:39:23 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2003-12-06 00:39:23 +0000 |
| commit | 6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1 (patch) | |
| tree | 3e32ec86fc2e116e91a3bc291b1c65c3bbe2aca5 /src/kadmin/testing/scripts/ChangeLog | |
| parent | 9cdba50abe8f6fc6ed8cb417d9d2a288127748f7 (diff) | |
| download | krb5-6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1.tar.gz krb5-6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1.tar.xz krb5-6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1.zip | |
work around Solaris 9 pty-close bug
Create a LD_PRELOAD object, exitsleep, that will sleep for a short
time prior to calling the real exit() function. This attempts to work
around a Solaris 9 kernel bug where output will get lost if it is
written to a pty immediately prior to the pty close.
ticket: new
component: krb5-build
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15864 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/testing/scripts/ChangeLog')
| -rw-r--r-- | src/kadmin/testing/scripts/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kadmin/testing/scripts/ChangeLog b/src/kadmin/testing/scripts/ChangeLog index 3132c9889d..4b49a023cd 100644 --- a/src/kadmin/testing/scripts/ChangeLog +++ b/src/kadmin/testing/scripts/ChangeLog @@ -1,3 +1,7 @@ +2003-12-05 Tom Yu <tlyu@mit.edu> + + * env-setup.shin: Allow BUILDTOP substitution. + 2003-05-13 Ken Raeburn <raeburn@mit.edu> * start_servers_local: Set KRB5RCACHEDIR. |
