From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 12:18:06 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E689016A4E0 for ; Thu, 13 Jul 2006 12:18:06 +0000 (UTC) (envelope-from niekdekker@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C0E43D6E for ; Thu, 13 Jul 2006 12:18:00 +0000 (GMT) (envelope-from niekdekker@gmail.com) Received: by py-out-1112.google.com with SMTP id s49so85523pyc for ; Thu, 13 Jul 2006 05:18:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=NoByaaG99YOGvHkAQWewbpwVD8vKRatpveq2/x6lDFHEaxDQ39iDDkzqv0ebuFBX4zyR/xoDjpGtSY9ipAnXzrelxZEifbYWBr9Bnaz+8l00MHWw/6m6CXDIlHnkiyHBOQpGDAkj6N0gatuWH6QQMTwq5WvGmYLVXSHxEokjzic= Received: by 10.35.121.9 with SMTP id y9mr649393pym; Thu, 13 Jul 2006 05:17:58 -0700 (PDT) Received: by 10.35.100.2 with HTTP; Thu, 13 Jul 2006 05:17:58 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 14:17:58 +0200 From: "Niek Dekker" To: ruigrokvanderwerven@ubib.eur.nl MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-java@freebsd.org Subject: Tomcat pid file X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 12:18:07 -0000 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.