Date: Wed, 14 Jun 2006 11:40:37 +0200 From: Benjamin Thelen <bt@ccgis.de> To: freebsd-ports@freebsd.org Subject: tomcat broken for FreeBSD 4? Message-ID: <448FD995.3070400@ccgis.de>
next in thread | raw e-mail | index | archive | help
Hi,
jakarta-tomcat-5.0.30_3 does not start anymore under FreeBSD
4.11-RELEASE-p13:
/usr/local/jakarta-tomcat5.0/logs/stderr.log sais:
daemon: illegal option -- p
usage: daemon [-cf] command arguments ...
Indeed "man daemon" shows that there is no -p option in contrary to
FreeBSD 6.1.
But the tomcat start script makes use of this option
/usr/local/etc/rc.d/tomcat50.sh on line 119:
command="/usr/sbin/daemon"
flags="-p ${pidfile} ${java_command} start ${tomcat50_flags} ${log_args}"
Is tomcat broken for FreeBSD 4?
I couldn't find any hint neither on the web nor in /usr/port/UPDATING
and even not in the ports changes!
I'd really appreciate any hint!
Thanks,
Ben
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?448FD995.3070400>
