[2079] in Kerberos_V5_Development
Re: krb5-appl/267: BSDI 2.1 fixes for appl/bsd
daemon@ATHENA.MIT.EDU (Tom Yu)
Thu Dec 5 23:20:31 1996
Date: Thu, 5 Dec 1996 23:20:10 -0500
To: hartmans@MIT.EDU
Cc: krb5-bugs@MIT.EDU, krbdev@MIT.EDU
In-Reply-To: Sam Hartman's message of 01 Dec 1996 20:07:18 -0500
<tslu3q521q1.fsf@tertius.mit.edu>
From: Tom Yu <tlyu@MIT.EDU>
It occurs to me that we can potentially fix this problem by having
#ifndef LPATH
#define LPATH "/usr/bin:/bin"
#endif
#ifndef RPATH
#define RPATH "/usr/bin:/bin"
#endif
at the end of loginpaths.h as a catch-all for systems that we don't
support yet.
---Tom