Bug 75345

Summary: JBoss4 update
Product: Ports & Packages Reporter: Jonathan Chen <jonc>
Component: Individual Port(s)Assignee: Herve Quiroz <hq>
Status: Closed FIXED    
Severity: Affects Only Me CC: java
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jonathan Chen 2004-12-21 06:10:28 UTC
Yet another JBoss4 update:
	1. fix cold-boot startup failure.
	2. add note on starting up JBoss4 with rcNG.
	3. add new "-config" option to jboss4ctl for JBoss4 startup config.
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2004-12-21 14:32:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

I'll handle this.
Comment 2 Hervé Quiroz 2004-12-22 04:40:45 UTC
Jonathan,

The port won't automatically display pkg-message when present. Here is a
fix:

post-install:
.if !defined(BATCH)
	@${CAT} ${PKGMESSAGE}
.endif

BTW, there are already some comments displayed by the port:

  If a user should be able to use jboss4ctl, put it in the group www.
  Use 'man jboss4ctl' for information about starting and stopping jboss.

Maybe we should add them in pkg-message.

Herve
Comment 3 Jonathan Chen 2004-12-22 05:00:40 UTC
On Wed, Dec 22, 2004 at 05:40:45AM +0100, Herve Quiroz wrote:
> Jonathan,
> 
> The port won't automatically display pkg-message when present. Here is a
> fix:
> 
> post-install:
> .if !defined(BATCH)
> 	@${CAT} ${PKGMESSAGE}
> .endif

Looks good. Maybe I should have looked harder at my submission..

> BTW, there are already some comments displayed by the port:
> 
>   If a user should be able to use jboss4ctl, put it in the group www.
>   Use 'man jboss4ctl' for information about starting and stopping jboss.
> 
> Maybe we should add them in pkg-message.

Would you mind putting it in or should I fix the port and resubmit
with the 2 changes?

Cheers.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
                             "Beer. Now there's a temporary solution."
                                                       - Homer Simpson
Comment 4 Herve Quiroz freebsd_committer freebsd_triage 2004-12-22 20:44:40 UTC
State Changed
From-To: open->closed

Commited. Thanks for your contribution.