[bugs] [illumos gate - Bug #1177] (Resolved) _PATH_STDPATH definition in paths.h not correct

illumos bugs bugs at lists.illumos.org
Sun Jul 3 16:12:13 PDT 2011


Issue #1177 has been updated by Rich Lowe.

Status changed from In Progress to Resolved
% Done changed from 90 to 100

Resolved in r13395 commit:29f0883d3bc0
----------------------------------------
Bug #1177: _PATH_STDPATH definition in paths.h not correct
https://www.illumos.org/issues/1177

Author: Andrzej Szeszo
Status: Resolved
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