Actions
Bug #1177
closed_PATH_STDPATH definition in paths.h not correct
Start date:
2011-07-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
In usr/src/head/paths.h we currently have:
#define _PATH_DEFPATH "/usr/ccs/bin:/usr/bin:/bin" #define _PATH_STDPATH _PATH_STDPATH ":/usr/sbin:/sbin"
and it should read:
#define _PATH_DEFPATH "/usr/ccs/bin:/usr/bin:/bin" #define _PATH_STDPATH _PATH_DEFPATH ":/usr/sbin:/sbin"
I hit it when trying to compile sudo from the recent userland-gate.
Updated by Andrzej Szeszo over 12 years ago
Webrev can be found here: http://cr.illumos.org/view/nktd7byq/
Updated by Rich Lowe over 12 years ago
Sigh. My fault. Thanks for fixing this.
Please send the webrev to developers@ for review, (which should be trivial), then to advocates@ with build/pbchk results
Updated by Rich Lowe over 12 years ago
- Status changed from New to In Progress
- Assignee set to Andrzej Szeszo
- % Done changed from 0 to 90
- Tags deleted (
needs-triage)
Updated by Rich Lowe over 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Resolved in r13395 commit:29f0883d3bc0
Actions