Subject: Re: pkg/25044 (bash has current working in PATH by default)
To: None <reed@netbsd.org, pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org,>
From: None <reed@netbsd.org>
List: pkgsrc-bugs
Date: 12/18/2005 03:32:25
Synopsis: bash has current working in PATH by default

State-Changed-From-To: open->analyzed
State-Changed-By: reed@netbsd.org
State-Changed-When: Sun, 18 Dec 2005 03:32:23 +0000
State-Changed-Why:
After freeze I will commit for bash2 and bash with this addition:
CPPFLAGS+=             -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
This is a more sane default and is same as NetBSD's _PATH_DEFPATH.
The only difference I see between this and others is that I see /usr/local/bin
earlier -- but that doesn't matter.