projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b50b152
)
Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs.
author
Richard Basch
<probe@mit.edu>
Mon, 26 Dec 1994 23:47:15 +0000
(23:47 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/src/appl/bsd/krsh.c
b/src/appl/bsd/krsh.c
index 175c9716c93a17f5f6f3af3b265c6ada6375f650..7bfba4ea13714b6985fded94d0921c727ae7ad57 100644
(file)
--- 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