docs/64342: Assumed content of PATH is not defined in Porter's Handbook

Oliver Eikemeier eikemeier at fillmore-labs.com
Thu Aug 26 16:33:24 UTC 2004


Joe Marcus Clarke wrote:
> On Thu, 2004-08-26 at 03:13, Oliver Eikemeier wrote:
>> Joe Marcus Clarke wrote:
>>
>>> I think it's fair to assume that PATH will be (as it pertains to
>>> @[un]exec commands, post-install commands, etc.):
>>>
>>> /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/
>>> bin
>>>
>>> This is what it is set to during package builds on pointyhat, and is a
>>> reasonable default.
>>
>> PATH is a strange beast, since pkg_add(1) sets it to
>>
>>    /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
>>
>> for pkg_req, pkg_install and @exec. pkg_delete(1) just inherits the 
>> PATH
>> given in the environment.
>
> I think this should be changed to use the PATH on pointyhat.  I don't
> see any reason why /usr/local/sbin:/usr/local/bin shouldn't be in there.

This will cut /usr/games from the PATH in pkg_delete(1), but the only 
issue I can see there is the use random(6). Ok, I'll set the PATh as 
mentioned above in pkg_{add,delete} and MFC the change.

Any objections, or should I include PKG_PREFIX somehow?
-Oliver



More information about the freebsd-doc mailing list