Project

General

Profile

Actions

Bug #1177

closed

_PATH_STDPATH definition in paths.h not correct

Added by Andrzej Szeszo over 12 years ago. Updated over 12 years ago.

Status:
Resolved
Priority:
Normal
Category:
-
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.

Actions #1

Updated by Andrzej Szeszo over 12 years ago

Webrev can be found here: http://cr.illumos.org/view/nktd7byq/

Actions #2

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

Actions #3

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)
Actions #4

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

Also available in: Atom PDF