From 6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 6 Dec 2003 00:39:23 +0000 Subject: 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 --- src/kadmin/testing/scripts/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kadmin/testing/scripts/ChangeLog') diff --git a/src/kadmin/testing/scripts/ChangeLog b/src/kadmin/testing/scripts/ChangeLog index 3132c9889..4b49a023c 100644 --- a/src/kadmin/testing/scripts/ChangeLog +++ b/src/kadmin/testing/scripts/ChangeLog @@ -1,3 +1,7 @@ +2003-12-05 Tom Yu + + * env-setup.shin: Allow BUILDTOP substitution. + 2003-05-13 Ken Raeburn * start_servers_local: Set KRB5RCACHEDIR. -- cgit