From: =?koi8-r?Q?=F1=CE_=FA=CC=CF=C2=C9=CE?= on
Hi!

Please, fix small FreeBSD port error. In the tomcat-6.0.24 rc.d script
missed line:

procname="java"

after:

name="tomcat60"
rcvar=`set_rcvar`
pidfile="/var/run/tomcat60.pid"

This make impossible to correct run /usr/local/etc/rc.d/tomcat6 status.
I mean status is not work - it is not visible tomcat60.pid file for rc.d
script.

I use:

FreeBSD 8.0-RELEASE-p2 i386
tomcat-6.0.24




________________________________________________________________________
Best regards, Yan Zlobin
yan(a)zlobin.name
http://yan.zlobin.name/



_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Alex Dupre on
Ян Злобин ha scritto:
> Please, fix small FreeBSD port error. In the tomcat-6.0.24 rc.d script
> missed line:
>
> procname="java"

This is the wrong way to "fix" it, you should create a patch using the
tomcat_check_pidfile() rc function.

--
Alex Dupre
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"