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.
Responsible Changed From-To: freebsd-ports-bugs->hq I'll handle this.
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
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
State Changed From-To: open->closed Commited. Thanks for your contribution.