[bugs] [illumos gate - Bug #1177] (New) _PATH_STDPATH definition in paths.h not correct
illumos bugs
bugs at lists.illumos.org
Sun Jul 3 05:46:33 PDT 2011
Issue #1177 has been reported by Andrzej Szeszo.
----------------------------------------
Bug #1177: _PATH_STDPATH definition in paths.h not correct
https://www.illumos.org/issues/1177
Author: Andrzej Szeszo
Status: New
Priority: Normal
Assignee:
Category:
Target version:
Difficulty: Bite-size
Tags: needs-triage
In usr/src/head/paths.h we currently have:
<pre>
#define _PATH_DEFPATH "/usr/ccs/bin:/usr/bin:/bin"
#define _PATH_STDPATH _PATH_STDPATH ":/usr/sbin:/sbin"
</pre>
and it should read:
<pre>
#define _PATH_DEFPATH "/usr/ccs/bin:/usr/bin:/bin"
#define _PATH_STDPATH _PATH_DEFPATH ":/usr/sbin:/sbin"
</pre>
I hit it when trying to compile sudo from the recent userland-gate.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the bugs
mailing list