First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 180474
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: William L. Thomson Jr. (RETIRED) <wltjr@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: John J. Aylward <johnjaylward@yahoo.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

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

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2007-05-31 17:24 0000
while only a minor change I think it would be helpful if the GENTOO_VM
enviroment var was exported from the conf.d file by default (but still
commented)

The current conf.d/tomcat-5.5 file has the lines
# Example: GENTOO_VM="sun-jdk-1.5"

#GENTOO_VM="sun-jdk-1.5"


it would be nicer as:
# Example: export GENTOO_VM="sun-jdk-1.5"

#export GENTOO_VM="sun-jdk-1.5"

It took me a while to figure out that the conf.d file was not being sourced
within the script and required me to export the var

this should probably be done for other vars in the file as well, or be sure to
source the file properly in the init script

------- Comment #1 From Vlastimil Babka (Caster) 2007-05-31 21:57:20 0000 -------
same for 6.x it seems

alternatively to export, you can alter init script like nelchael did with
resin:
        JAVA_HOME=$(java-config -O)
        [ -n "${GENTOO_VM}" ] && JAVA_HOME=$(java-config
--select-vm="${GENTOO_VM}" -O)

------- Comment #2 From William L. Thomson Jr. (RETIRED) 2007-05-31 23:02:23 0000 -------
Fixed in 5.5.23-r6 and 6.0.13-r3, closing bug.

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