f9ba185828
* Remove the bundled json and systemu gems * Also patch the client.cfg.dist file in the same way as server.cfg.dist * Remove the cleanup of the subst_cmd bits due to... * Altering the example files to be installed sans .dist suffix * Adjust the PLIST to not include the now-removed gems, install the renamed example files with @sample amd also install the rc.d script merged by Matt Dainty from his mcollective port
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
$OpenBSD: patch-etc_client_cfg_dist,v 1.1 2011/12/21 19:34:28 jasper Exp $
|
|
--- etc/client.cfg.dist.orig Fri Dec 16 09:26:51 2011
|
|
+++ etc/client.cfg.dist Fri Dec 16 09:27:45 2011
|
|
@@ -1,7 +1,7 @@
|
|
topicprefix = /topic/
|
|
main_collective = mcollective
|
|
collectives = mcollective
|
|
-libdir = /usr/libexec/mcollective
|
|
+libdir = ${TRUEPREFIX}/share/mcollective/plugins
|
|
logfile = /dev/null
|
|
loglevel = info
|
|
|