CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/03/13 10:30:11
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/patches: patch-bin_activemq
net/apache-activemq/pkg: PLIST activemq.rc
Removed files:
net/apache-activemq/files: activemq activemq-admin
net/apache-activemq/pkg: README
Log message:
Revamp that port:
* don't use an /etc/default/activemq config file; it's too generic and
linuxish -- we'll use /etc/activemqrc
* no need to install the wrappers since we have rc scripts
* properly sample *all* configuration files
* run as unpriviledged user: _activemq by default
* remove useless README
* properly remove data files at @extraunexec time
* proper rc_stop in the rc script
* take MAINTAINER
ok jasper@ on a previous submission