Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2006 14:17:58 +0200
From:      "Niek Dekker" <niekdekker@gmail.com>
To:        ruigrokvanderwerven@ubib.eur.nl
Cc:        freebsd-java@freebsd.org
Subject:   Tomcat pid file
Message-ID:  <e02150200607130517t41eb4686kc6643877c11b7c9@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Jeroen,

Crdit for the solutions goes to Ceri Davies who pointed out that there
is a line in /etc/rc.subr reading:

$_procname|$_procnamebn|${_procnamebn}:|"(${_procnamebn})")'

Which must be changed to (one line):

$_procname|$_procnamebn|
${_procnamebn}:|"(${_procnamebn})"|"[${_procnamebn}]")'

This worked for me on 6.0 Release.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e02150200607130517t41eb4686kc6643877c11b7c9>