openfire-3.7.0p5

2013-03-19 Thread mats.soderst...@mail.com
In /etc/rc.d/openfire: JAVACMD=$(javaPathHelper -c openfire) JAVA_HOME=$(javaPathHelper -h openfire) Need to be: JAVACMD=$(/usr/local/bin/javaPathHelper -c openfire) JAVA_HOME=$(/usr/local/bin/javaPathHelper -h openfire)

Re: openfire-3.7.0p5

2013-03-19 Thread Ian Darwin
On Tue, Mar 19, 2013 at 12:08:33PM -0400, mats.soderst...@mail.com wrote: In /etc/rc.d/openfire: JAVACMD=$(javaPathHelper -c openfire) JAVA_HOME=$(javaPathHelper -h openfire) Need to be: JAVACMD=$(/usr/local/bin/javaPathHelper -c openfire) JAVA_HOME=$(/usr/local/bin/javaPathHelper -h

Re: openfire-3.7.0p5

2013-03-19 Thread Landry Breuil
On Tue, Mar 19, 2013 at 12:37:46PM -0400, Ian Darwin wrote: On Tue, Mar 19, 2013 at 12:08:33PM -0400, mats.soderst...@mail.com wrote: In /etc/rc.d/openfire: JAVACMD=$(javaPathHelper -c openfire) JAVA_HOME=$(javaPathHelper -h openfire) Need to be:

Re: openfire-3.7.0p5

2013-03-19 Thread Stuart Henderson
On 2013/03/19 12:08, mats.soderst...@mail.com wrote: In /etc/rc.d/openfire: JAVACMD=$(javaPathHelper -c openfire) JAVA_HOME=$(javaPathHelper -h openfire) Need to be: JAVACMD=$(/usr/local/bin/javaPathHelper -c openfire) JAVA_HOME=$(/usr/local/bin/javaPathHelper -h openfire) This was

Re: openfire-3.7.0p5

2013-03-19 Thread Ian Darwin
We dont ? www/tomcat/v6/pkg/tomcat.rc says otherwise, for example.. dunno which one needs fixing, but a consensus should be reached :) I sit corrected. Having done it the way I suggested in the past, I assumed that was how we did it, and it's probably preferable, but since both ports mentioned

Re: openfire-3.7.0p5

2013-03-19 Thread Antoine Jacoutot
On Tue, Mar 19, 2013 at 12:37:46PM -0400, Ian Darwin wrote: On Tue, Mar 19, 2013 at 12:08:33PM -0400, mats.soderst...@mail.com wrote: In /etc/rc.d/openfire: JAVACMD=$(javaPathHelper -c openfire) JAVA_HOME=$(javaPathHelper -h openfire) Need to be: