You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc |
|
## |
|
## rc.j2ee -- Run-Commands for the Sun Java 2 Platform, Standard Edition |
|
## |
|
|
|
%config |
|
j2ee_enable="yes" |
|
j2ee_home="@l_prefix@/libexec/j2ee" |
|
|
|
%env |
|
if opServiceEnabled j2ee; then |
|
J2EE_HOME="$j2ee_home" |
|
export J2EE_HOME |
|
fi |
|
|
|
|