[1380] in Kerberos-V5-bugs
B5 BSDI appl/bsd/loginpaths.h
daemon@ATHENA.MIT.EDU (Brian Kantor)
Tue May 9 16:04:40 1995
Date: Tue, 9 May 1995 13:04:25 -0700
From: brian@nothing.ucsd.edu (Brian Kantor)
To: krb5-bugs@MIT.EDU
RPATH is not defined by configuration.
diff -c loginpaths.h.orig loginpaths.h
*** loginpaths.h.orig Tue May 9 13:15:14 1995
--- loginpaths.h Tue May 9 13:16:43 1995
***************
*** 74,79 ****
--- 74,84 ----
#endif
#endif
+ #ifdef __bsdi__
+ #define LPATH "/usr/bin:/bin"
+ #define RPATH "/usr/bin:/bin"
+ #endif
+
#ifndef LPATH
#ifdef __svr4__
/* taken from unixware, sirius... */