From: Richard Basch Date: Mon, 26 Dec 1994 23:47:15 +0000 (+0000) Subject: Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs. X-Git-Tag: krb5-1.0-beta5~901 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f3c888053d6afff32a6f2e68978fa51e529955f;p=krb5.git Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs. Let "configure" find the programs for us... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4752 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/bsd/krsh.c b/src/appl/bsd/krsh.c index 175c9716c..7bfba4ea1 100644 --- a/src/appl/bsd/krsh.c +++ b/src/appl/bsd/krsh.c @@ -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