From 5ab66d8025a99a13a8dcd5c3459b08074a1a25cf Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 19 Feb 2002 21:37:31 +0000 Subject: [PATCH] * default.exp (start_kerberos_daemons): When standalone, delete KDC replay cache before starting it up. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14148 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/ChangeLog | 5 +++++ src/tests/dejagnu/config/default.exp | 1 + 2 files changed, 6 insertions(+) diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 191a067de..05fd9a544 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,8 @@ +2002-01-08 Ken Raeburn + + * default.exp (start_kerberos_daemons): When standalone, delete + KDC replay cache before starting it up. + 2001-10-31 Tom Yu * default.exp (check_k5login, check_klogin): Error out if there is diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 609d5460c..330fa5c04 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -1244,6 +1244,7 @@ proc start_kerberos_daemons { standalone } { if {$standalone} { catch "exec rm -f $tmppwd/krb.log" catch "exec rm -f $tmppwd/kadmind.log" + catch "exec rm -f $tmppwd/krb5kdc_rcache" } # Start up the kerberos daemon -- 2.26.2