Update version according to OSCI-856
[packages/precise/mcollective.git] / ext / 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,6 +1,6 @@
12  main_collective = mcollective
13  collectives = mcollective
14 -libdir = /usr/libexec/mcollective
15 +libdir = /usr/share/mcollective/plugins
16  logger_type = console
17  loglevel = warn
18
19 diff -urNad mcollective-1.1.4~/etc/server.cfg.dist mcollective-1.1.4/etc/server.cfg.dist
20 --- mcollective-1.1.4~/etc/server.cfg.dist  2011-04-06 14:12:30.889527230 -0700
21 +++ mcollective-1.1.4/etc/server.cfg.dist 2011-04-06 14:12:23.779407065 -0700
22 @@ -1,6 +1,6 @@
23  main_collective = mcollective
24  collectives = mcollective
25 -libdir = /usr/libexec/mcollective
26 +libdir = /usr/share/mcollective/plugins
27  logfile = /var/log/mcollective.log
28  loglevel = info
29  daemonize = 1
30