Request #935
Path to system bins
Status: | Closed | Start date: | 10/21/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | Release 3.4 | |||
Pull request: |
Description
Now in script common we have:
export PATH=/bin:/sbin:/usr/bin:$PATH
this makes impossible for admins to specify non standard location for newly compiled tools, like libvirt. An option is just to revert the path:
export PATH=$PATH:/bin:/sbin:/usr/bin
or provide instructions for development.
History
#1 Updated by Ruben S. Montero about 8 years ago
- Status changed from New to Closed
This is implemented as per command variable.