Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs.
authorRichard Basch <probe@mit.edu>
Mon, 26 Dec 1994 23:47:15 +0000 (23:47 +0000)
committerRichard Basch <probe@mit.edu>
Mon, 26 Dec 1994 23:47:15 +0000 (23:47 +0000)
Let "configure" find the programs for us...

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4752 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/krsh.c

index 175c9716c93a17f5f6f3af3b265c6ada6375f650..7bfba4ea13714b6985fded94d0921c727ae7ad57 100644 (file)
@@ -73,8 +73,10 @@ krb5_sigtype  sendsig();
 #ifdef KERBEROS
 char   *krb_realm = (char *)0;
 void   try_normal();
+#ifndef UCB_RSH
 #define UCB_RSH "/usr/ucb/rsh"
 #endif
+#endif
 
 #ifndef RLOGIN_PROGRAM
 #ifdef KERBEROS