svn rev #23569: trunk/src/tests/dejagnu/config/ 
    raeburn@MIT.EDU 
    raeburn at MIT.EDU
       
    Sat Jan  2 22:00:19 EST 2010
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=23569
Commit By: raeburn
Log Message:
Remove old 'full' arg to KDC that should've gone away with '-4'.
Changed Files:
U   trunk/src/tests/dejagnu/config/default.exp
Modified: trunk/src/tests/dejagnu/config/default.exp
===================================================================
--- trunk/src/tests/dejagnu/config/default.exp	2010-01-03 00:19:53 UTC (rev 23568)
+++ trunk/src/tests/dejagnu/config/default.exp	2010-01-03 03:00:19 UTC (rev 23569)
@@ -1712,7 +1712,7 @@
     setup_kerberos_env kdc
     # Nuke pid file - to test if setup
     file delete $kdc_pidfile
-    spawn $KRB5KDC -r $REALMNAME -n full -P $kdc_pidfile
+    spawn $KRB5KDC -r $REALMNAME -n -P $kdc_pidfile
     envstack_pop
     set kdc_pid [exp_pid]
     set kdc_spawn_id $spawn_id
    
    
More information about the cvs-krb5
mailing list