Find path to the t_inetd program
authorEzra Peisach <epeisach@mit.edu>
Sat, 26 Aug 1995 22:25:55 +0000 (22:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 26 Aug 1995 22:25:55 +0000 (22:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6600 dc483132-0cff-0310-8789-dd5450dbe970

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

index 13be379fc231277cba94c525600230665e7d16bc..554217e81c5bfa86ad9ba524defaff114c9d9ff9 100644 (file)
@@ -1,3 +1,7 @@
+Sat Aug 26 17:57:47 1995  Ezra Peisach  (epeisach@kangaroo.mit.edu)
+
+       * default.exp - Determine location of t_inetd.
+
 
 Thu Aug 3 11:56:43 EDT 1995    Paul Park       (pjpark@mit.edu)
        * default.exp - Generate kdc.conf with new symbolic values.
index ea0c9848ccb24671093551e12efc3ef00feafd76..66e78657fe8f49053e609c45772539936349bdf9 100644 (file)
@@ -100,6 +100,10 @@ if ![info exists SHLIBDIR] {
     set SHLIBDIR [findfile $objdir/../../lib]
 }
 
+if ![info exists T_INETD] {
+    set T_INETD [findfile $objdir/t_inetd]
+}
+
 # We use a couple of variables to hold shell prompts which may be
 # overridden by the user.