ports/databases/pgbarman/files/patch-barman_config.py
Matthew Seaman 531d337f76 Update to 2.10
Regenerate patches with 'make makepatch' after changes to
files/patch-setup.py

ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.10/
2019-12-07 16:59:12 +00:00

13 lines
381 B
Python

--- barman/config.py.orig 2019-12-02 10:19:28 UTC
+++ barman/config.py
@@ -592,8 +592,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$""")