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 |
|
## |
|
|
|
%config |
|
j2ee_enable="$openpkg_rc_def" |
|
j2ee_home="@l_prefix@/libexec/j2ee" |
|
|
|
%env |
|
rcService j2ee enable yes || exit 0 |
|
J2EE_HOME="$j2ee_home" |
|
export J2EE_HOME |
|
|
|
|