diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 38f01e7080b..aab002d7717 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2013/03/13 22:54:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2013/03/14 07:58:08 ajacoutot Exp $ COMMENT= framework for server orchestration/parallel job execution DISTNAME= mcollective-2.3.0 EXTRACT_SUFX= .tgz -REVISION= 0 +REVISION= 1 CATEGORIES= sysutils diff --git a/sysutils/mcollective/pkg/PLIST b/sysutils/mcollective/pkg/PLIST index 543e34758ae..7656003957e 100644 --- a/sysutils/mcollective/pkg/PLIST +++ b/sysutils/mcollective/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.4 2013/03/13 22:54:26 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.5 2013/03/14 07:58:08 ajacoutot Exp $ bin/mco ${MODRUBY_SITEDIR}/mcollective/ ${MODRUBY_SITEDIR}/mcollective.rb @@ -548,7 +548,9 @@ share/doc/pkg-readmes/${FULLPKGNAME} share/examples/mcollective/ @sample ${SYSCONFDIR}/mcollective/ share/examples/mcollective/client.cfg +@mode 0640 @sample ${SYSCONFDIR}/mcollective/client.cfg +@mode share/examples/mcollective/facts.yaml @sample ${SYSCONFDIR}/mcollective/facts.yaml share/examples/mcollective/plugin.d/ @@ -556,7 +558,9 @@ share/examples/mcollective/plugin.d/ share/examples/mcollective/rpc-help.erb @sample ${SYSCONFDIR}/mcollective/rpc-help.erb share/examples/mcollective/server.cfg +@mode 0640 @sample ${SYSCONFDIR}/mcollective/server.cfg +@mode share/examples/mcollective/ssl/ @sample ${SYSCONFDIR}/mcollective/ssl/ share/examples/mcollective/ssl/clients/ diff --git a/sysutils/mcollective/pkg/README b/sysutils/mcollective/pkg/README index 261495d76de..b7d51f9324e 100644 --- a/sysutils/mcollective/pkg/README +++ b/sysutils/mcollective/pkg/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.1 2013/03/13 13:33:51 jasper Exp $ +$OpenBSD: README,v 1.2 2013/03/14 07:58:08 ajacoutot Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD @@ -9,12 +9,11 @@ Middleware layer In order to use MCollective a middleware layer needs to be present inside the network. While RabbitMQ is supported, it is advised to use -ActiveMQ. The packages can be installed with their respective -commands: +ActiveMQ. The packages can be installed with their respective commands: - pkg_add apache-activemq + # pkg_add apache-activemq or - pkg_add rabbitmq + # pkg_add rabbitmq Configuration =============