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

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-1.0.1-0ubuntu4

  • 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: Upstream changes introduced in version 1.0.1-0ubuntu4
 
2
 This patch has been created by dpkg-source during the package build.
 
3
 Here's the last changelog entry, hopefully it gives details on why
 
4
 those changes were made:
 
5
 .
 
6
 mcollective (1.0.1-0ubuntu4) natty; urgency=low
 
7
 .
 
8
   * debian/patches/pluginsdir.patch: fix this patch to point at the
 
9
     _correct_ library/plugins dir, LP: #723418
 
10
 .
 
11
 The person named in the Author field signed this changelog entry.
 
12
Author: Dustin Kirkland <kirkland@ubuntu.com>
 
13
Bug-Ubuntu: https://bugs.launchpad.net/bugs/723418
 
14
 
 
15
---
 
16
The information above should follow the Patch Tagging Guidelines, please
 
17
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
 
18
are templates for supplementary fields that you might want to add:
 
19
 
 
20
Origin: <vendor|upstream|other>, <url of original patch>
 
21
Bug: <url in upstream bugtracker>
 
22
Bug-Debian: http://bugs.debian.org/<bugnumber>
 
23
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 
24
Forwarded: <no|not-needed|url proving that it has been forwarded>
 
25
Reviewed-By: <name and email of someone who approved the patch>
 
26
Last-Update: <YYYY-MM-DD>
 
27
 
 
28
--- mcollective-1.0.1.orig/etc/server.cfg.dist
 
29
+++ mcollective-1.0.1/etc/server.cfg.dist
 
30
@@ -1,5 +1,5 @@
 
31
 topicprefix = /topic/mcollective
 
32
-libdir = /usr/share/mcollective/plugins
 
33
+libdir = /usr/share/mcollective
 
34
 logfile = /var/log/mcollective.log
 
35
 loglevel = info
 
36
 daemonize = 1
 
37
--- mcollective-1.0.1.orig/etc/client.cfg.dist
 
38
+++ mcollective-1.0.1/etc/client.cfg.dist
 
39
@@ -1,5 +1,5 @@
 
40
 topicprefix = /topic/mcollective
 
41
-libdir = /usr/share/mcollective/plugins
 
42
+libdir = /usr/share/mcollective
 
43
 logfile = /dev/null
 
44
 loglevel = info
 
45