Call to: load_rc_config "${name}" is made almost at the end of the file, so custom variables especified in /etc/rc.conf have no effect on most of the script. Fix: Simply move the line saying: load_rc_config "${name}" above the variables processing directives, a good place is after the line saying: rcvar=`set_rcvar` How-To-Repeat: Add any custom variable for tomcat55 to your /etc/rc.conf, ex.: jakarta_tomcat55_java_opts="-Xms128m -Xmx128m -Djava.awt.headless=true" Go and check it doesn't have any effect on the call to JVM
Responsible Changed From-To: freebsd-ports-bugs->hq I'll handle this.
State Changed From-To: open->closed Patch commited. Thanks for your contribution!