diff options
| author | Richard Basch <probe@mit.edu> | 1994-12-26 23:47:15 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1994-12-26 23:47:15 +0000 |
| commit | 4f3c888053d6afff32a6f2e68978fa51e529955f (patch) | |
| tree | a2cf4212078c4e240ac20eae9e4cf076739ad003 /src | |
| parent | b50b152b3e7c89a337793ac4a32b9b1c88becfe1 (diff) | |
| download | krb5-4f3c888053d6afff32a6f2e68978fa51e529955f.tar.gz krb5-4f3c888053d6afff32a6f2e68978fa51e529955f.tar.xz krb5-4f3c888053d6afff32a6f2e68978fa51e529955f.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/bsd/krsh.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
