~ubuntu-branches/ubuntu/oneiric/mcollective/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/patches/pluginsdir.patch

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2011-04-21 13:36:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110421133618-8t2cfruulo3srxw6
Tags: 1.0.1-0ubuntu4
debian/patches/pluginsdir.patch: fix this patch to point at the
_correct_ library/plugins dir, LP: #723418

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Move the plugins dir to /usr/share/mcollective
2
 
Author: <gisakrd@debian.org>
 
1
Description: Move the plugins dir to /usr/share/mcollective/plugins
 
2
Author: Dustin Kirkland <kirkland@canonical.com>
3
3
Upstream: no
4
4
diff -Naurp mcollective-1.0.0.orig//etc/client.cfg.dist mcollective-1.0.0/etc/client.cfg.dist
5
5
--- mcollective-1.0.0.orig//etc/client.cfg.dist 2010-12-11 12:03:30.000000000 -0500
7
7
@@ -1,5 +1,5 @@
8
8
 topicprefix = /topic/mcollective
9
9
-libdir = /usr/libexec/mcollective
10
 
+libdir = /usr/share/mcollective
 
10
+libdir = /usr/share/mcollective/plugins
11
11
 logfile = /dev/null
12
12
 loglevel = info
13
13
 
17
17
@@ -1,5 +1,5 @@
18
18
 topicprefix = /topic/mcollective
19
19
-libdir = /usr/libexec/mcollective
20
 
+libdir = /usr/share/mcollective
 
20
+libdir = /usr/share/mcollective/plugins
21
21
 logfile = /var/log/mcollective.log
22
22
 loglevel = info
23
23
 daemonize = 1