From owner-freebsd-java Mon Jan 28 2:14:59 2002 Delivered-To: freebsd-java@freebsd.org Received: from drone5.qsi.net.nz (drone5-svc-skyt.qsi.net.nz [202.89.128.5]) by hub.freebsd.org (Postfix) with SMTP id C38A637B400 for ; Mon, 28 Jan 2002 02:14:53 -0800 (PST) Received: (qmail 39145 invoked by uid 0); 28 Jan 2002 10:14:49 -0000 Received: from unknown (HELO chen.org.nz) ([210.54.19.51]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 28 Jan 2002 10:14:49 -0000 Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g0SAEm001074; Mon, 28 Jan 2002 23:14:48 +1300 (NZDT) (envelope-from jonc) Date: Mon, 28 Jan 2002 23:14:48 +1300 From: Jonathan Chen To: Ernst de Haan Cc: Ernst de Haan , java@FreeBSD.org, dirk@FreeBSD.org, Maxim Sobolev Subject: Re: Update port: Jakarta Tomcat (www/jakarta-tomcat) Message-ID: <20020128231448.A1035@grimoire.chen.org.nz> References: <200201250845.g0P8jLM22597@zaphod.euronet.nl> <200201280943.g0S9hg035293@zaphod.euronet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200201280943.g0S9hg035293@zaphod.euronet.nl>; from ernsth@nl.euro.net on Mon, Jan 28, 2002 at 10:43:42AM +0100 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jan 28, 2002 at 10:43:42AM +0100, Ernst de Haan wrote: > New patch. This time I integrated Jonathan's patches as well. So now stdout > and stderr are automatically redirected to logs/stdout.log and > logs/stderr.log, by default. This can be changed. Looks good, however, just one more very niggly thing (last one, I promise!). Could we have change the: ... && echo " ${NAME}" on startup/shutdown to: ... && echo -n " ${NAME}" So that we don't the extra newline on startup & shutdown, (I believe this is the defacto standard on all the other startup scripts). Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message