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.
16 lines
304 B
16 lines
304 B
|
24 years ago
|
#!@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
|
||
|
|
|