[1138] in Kerberos-V5-bugs
Re: krb5b4pl3: util/ss/Makefile.in assumes sed is in /bin
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Mon Mar 13 21:17:56 1995
Date: Mon, 13 Mar 1995 21:17:52 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Jonathan I. Kamens" <jik@cam.ov.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: [1130]
[1130]F daemon@ATHENA.MIT.EDU (Jonathan I. Kamens) Kerberos-V5-bugs 03/13/95 17:34 (13 lines)
From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Mon, 13 Mar 1995 17:37:22 -0500
You've probably already received a bug report about this and fixed it,
but just in case....
util/ss/Makefile.in assumes that sed is in /bin/sed. On some
platforms (e.g., Linux), it's elsewhere (e.g., /usr/bin). You should
use configure to determine where it is and set it when generating the
Makefile.
Yes, this has been fixed in our sources.
- Ted