Update to new kdb5_util calling convention
authorEzra Peisach <epeisach@mit.edu>
Tue, 6 Aug 1996 01:30:35 +0000 (01:30 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 6 Aug 1996 01:30:35 +0000 (01:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8910 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index 9489e3e130e95c145bbef6baea30d1a0616c881a..3901249624ba9747c56276967b072b4007ca1547 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug  5 21:16:48 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * default.exp: Update to new kdb5_util convention.
+
 Mon Jul 29 11:19:20 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * default.exp: (kinit): Wait for eof from kinit before waiting for
index dcf6c669f1eabc027cc1e9b20021851713ced7d4..b802b65f93c00494ac6bbab0cd7f57b10030a22a 100644 (file)
@@ -583,7 +583,7 @@ proc setup_kerberos_db { standalone } {
        return 0
     }
 
-    spawn $KDB5_UTIL -r $REALMNAME -R create
+    spawn $KDB5_UTIL -r $REALMNAME create
 
     expect {
        "Enter KDC database master key:" {
@@ -638,7 +638,7 @@ proc setup_kerberos_db { standalone } {
     }
 
     # Stash the master key in a file.
-    spawn $KDB5_UTIL  -r $REALMNAME -R stash
+    spawn $KDB5_UTIL  -r $REALMNAME stash
     expect {
        "Enter KDC database master key:" {
            verbose "kdb5_util stash started"