ef569279bb4a1a35e9e35ea36ba4a94c666024c1
[packages/precise/mcollective.git] / debian / patches / pluginsdir.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## pluginsdir.dpatch by  <gisakrd@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: fix plugins dir
6
7 @DPATCH@
8 diff -urNad mcollective-1.1.4~/etc/client.cfg.dist mcollective-1.1.4/etc/client.cfg.dist
9 --- mcollective-1.1.4~/etc/client.cfg.dist  2011-04-06 14:13:08.829462165 -0700
10 +++ mcollective-1.1.4/etc/client.cfg.dist 2011-04-06 14:12:53.129384114 -0700
11 @@ -1,7 +1,7 @@
12  topicprefix = /topic/
13  main_collective = mcollective
14  collectives = mcollective
15 -libdir = /usr/libexec/mcollective
16 +libdir = /usr/share/mcollective/plugins
17  logger_type = console
18  loglevel = warn
19  
20 diff -urNad mcollective-1.1.4~/etc/server.cfg.dist mcollective-1.1.4/etc/server.cfg.dist
21 --- mcollective-1.1.4~/etc/server.cfg.dist  2011-04-06 14:12:30.889527230 -0700
22 +++ mcollective-1.1.4/etc/server.cfg.dist 2011-04-06 14:12:23.779407065 -0700
23 @@ -1,7 +1,7 @@
24  topicprefix = /topic/
25  main_collective = mcollective
26  collectives = mcollective
27 -libdir = /usr/libexec/mcollective
28 +libdir = /usr/share/mcollective/plugins
29  logfile = /var/log/mcollective.log
30  loglevel = info
31  daemonize = 1
32