opnsense-ports/databases/pgbarman/files/patch-barman_config.py
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

13 lines
381 B
Python

--- barman/config.py.orig 2014-08-01 13:50:46 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$""")