$OpenBSD: patch-etc_client_cfg_dist,v 1.6 2013/12/23 17:08:19 jasper Exp $
--- etc/client.cfg.dist.orig	Thu Nov  7 18:56:51 2013
+++ etc/client.cfg.dist	Mon Dec 23 17:13:29 2013
@@ -1,6 +1,6 @@
 main_collective = mcollective
 collectives = mcollective
-libdir = /usr/libexec/mcollective
+libdir = ${TRUEPREFIX}/libexec/mcollective
 logger_type = console
 loglevel = warn
 
@@ -15,7 +15,20 @@ plugin.activemq.pool.1.port = 6163
 plugin.activemq.pool.1.user = mcollective
 plugin.activemq.pool.1.password = marionette
 
+# ActiveMQ connector
+#connector = activemq
+#plugin.activemq.pool.size = 2
+#plugin.activemq.pool.1.host = puppet.domain.tld
+#plugin.activemq.pool.1.port = 61613
+#plugin.activemq.pool.1.user = mcollective
+#plugin.activemq.pool.1.password = secret
+
+#plugin.activemq.pool.2.host = stomp2.domain.tld
+#plugin.activemq.pool.2.port = 61613
+#plugin.activemq.pool.2.user = mcollective
+#plugin.activemq.pool.2.password = secret
+
 # Facts
 factsource = yaml
-plugin.yaml = /etc/mcollective/facts.yaml
+plugin.yaml = ${SYSCONFDIR}/mcollective/facts.yaml
 
