summaryrefslogtreecommitdiff
path: root/databases/pgbarman/files/patch-barman_config.py
blob: b460dd23ad4ceeb0e82f4f42d843b9fa6441b56c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- barman/config.py.orig	2014-12-02 14:47:11 UTC
+++ barman/config.py
@@ -341,8 +341,8 @@ class Config(object):
     """
     CONFIG_FILES = [
         '~/.barman.conf',
-        '/etc/barman.conf',
-        '/etc/barman/barman.conf',
+        '%%PREFIX%%/etc/barman.conf',
+        '%%PREFIX%%/etc/barman/barman.conf',
     ]
 
     _QUOTE_RE = re.compile(r"""^(["'])(.*)\1$""")