[bugs] [illumos gate - Bug #1177] (In Progress) _PATH_STDPATH definition in paths.h not correct
illumos bugs
bugs at lists.illumos.org
Sun Jul 3 15:49:48 PDT 2011
Issue #1177 has been updated by Rich Lowe.
Status changed from New to In Progress
Assignee set to Andrzej Szeszo
% Done changed from 0 to 90
Tags deleted (needs-triage)
----------------------------------------
Bug #1177: _PATH_STDPATH definition in paths.h not correct
https://www.illumos.org/issues/1177
Author: Andrzej Szeszo
Status: In Progress
Priority: Normal
Assignee: Andrzej Szeszo
Category:
Target version:
Difficulty: Bite-size
Tags:
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