First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 145383
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stephen Floor <snf@extrospective.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 145383 depends on: Show dependency tree
Show dependency graph
Bug 145383 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-28 11:12 0000
this is a very minor change but i think that in /etc/zsh/zprofile the path
statement should read as follows:

if [[ "$USER" == root ]]; then
        export PATH="/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin:${ROOTPATH}"
else
        export PATH="/bin:/usr/bin:/usr/local/bin:${PATH}"
fi

the only change here is the addition of /usr/local/bin to the path.  note that
this mirrors the path statements in /etc/profile

cheers
-snf

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2006-11-02 11:57:14 0000 -------
Thanks for the bug report. Fixed in CVS now.

First Last Prev Next    No search results available      Search page      Enter new bug