FS#21306 - [openjdk6] Path not set with tcsh

Attached to Project: Arch Linux
Opened by Michael Trunner (trunneml) - Monday, 18 October 2010, 18:16 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 25 November 2010, 06:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

With tcsh as user shell JAVA_HOME is not set.

For bash this is done in /etc/profile.d/openjdk.sh. tcsh has a different syntax (export=>setenv) then sh, and looks for .csh files in /etc/profile.d .

openjdk6 should add a openjdk6.csh file in /etc/profile.d, too (like mozilla-common and glib2).
This way javahome is configured for (t)csh the sameway as for bash and co.

Additional info:
* extra/openjdk6 6.b20_1.9.1-1 [installed]
Free Java environment based on OpenJDK 6.0 with IcedTea6 replacing binary plugs.


Steps to reproduce:
* Install openjdk6 and tcsh
* change shell (chsh) to tcsh
* echo $JAVA_HOME
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Thursday, 25 November 2010, 06:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in trunk for future builds
Comment by Michael Trunner (trunneml) - Monday, 18 October 2010, 18:21 GMT
Is there a way to fix the subject?

Loading...