Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75321 - blackdown-jdk-1.4.2.01 puts "${MANPATH}" into /etc/env.d/20java, which seems to be incorrect
Summary: blackdown-jdk-1.4.2.01 puts "${MANPATH}" into /etc/env.d/20java, which seems ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 08:10 UTC by Kevin F. Quinn (RETIRED)
Modified: 2004-12-22 12:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin F. Quinn (RETIRED) gentoo-dev 2004-12-22 08:10:21 UTC
In /etc/env.d/java/20blackdown-jdk-1.4.2.01 (and hence /etc/env.d/20java), there is the following:

MANPATH=${MANPATH}:/opt/blackdown-jdk-1.4.2.01/man

which causes all manpaths added up to that point to become duplicated.  I think the line should read just:

MANPATH=opt/blackdown-jdk-1.4.2.01/man


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-12-22 12:07:46 UTC
Added to the java-config CVS. Will be available in the next release of java-config (1.2.12).