Change to execute with new program name and arguments
authorEzra Peisach <epeisach@mit.edu>
Sun, 3 Mar 1996 21:00:57 +0000 (21:00 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 3 Mar 1996 21:00:57 +0000 (21:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7589 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/krb-root/ChangeLog
src/tests/dejagnu/krb-root/rlogin.exp

index 8a3d9c808da2ce2a77830aade9dd3c80f154c33d..f6fd3d1ce7425c3f644bbb6f4c6d1b9b48409582 100644 (file)
@@ -1,3 +1,8 @@
+Sun Mar  3 15:42:29 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * rlogin.exp: Change to execute new program name and proper
+               arguments. 
+
 Fri Nov 10 21:15:28 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * telnet.exp: Comment out encrypted telnet tests.
index fd56361acf9fc3327e4ac6c43bb9dbc48f0242be..e75333aedfce49b1c0f56437c66d9d09f889e3b9 100644 (file)
@@ -12,7 +12,7 @@ if ![info exists RLOGIN] {
 }
 
 if ![info exists KRLOGIND] {
-    set KRLOGIND [findfile $objdir/../../appl/bsd/krlogind]
+    set KRLOGIND [findfile $objdir/../../appl/bsd/klogind]
 }
 
 if ![info exists LOGINKRB5] {
@@ -54,7 +54,7 @@ proc start_rlogin_daemon { option } {
     # don't need to use inetd.  The 3543 is the port to listen at.
     # Note that tmppwd here is a shell variable, which is set in
     # setup_root_shell, not a TCL variable.
-    send -i $rlogin_spawn_id "$KRLOGIND -K -D 3543 -S \$tmppwd/srvtab -M KRBTEST.COM -L $LOGINKRB5 $option &\r"
+    send -i $rlogin_spawn_id "$KRLOGIND -k -c -D 3543 -S \$tmppwd/srvtab -M KRBTEST.COM -L $LOGINKRB5 $option &\r"
     expect {
        -i $rlogin_spawn_id 
        -re "$ROOT_PROMPT" { }
@@ -134,7 +134,7 @@ proc rlogin_test { } {
     }
 
     # Start up the rlogin daemon.
-    start_rlogin_daemon -K
+    start_rlogin_daemon -k
 
     # Make an rlogin connection.
     spawn $RLOGIN $hostname -k KRBTEST.COM -D 3543
@@ -200,7 +200,7 @@ proc rlogin_test { } {
     stop_rlogin_daemon
 
     # Try an encrypted connection.
-    start_rlogin_daemon -x
+    start_rlogin_daemon -e
     spawn $RLOGIN $hostname -x -k KRBTEST.COM -D 3543
 
     expect_after {