mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
Regenerate patches with 'make makepatch' after changes to files/patch-setup.py ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.10/
13 lines
381 B
Python
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$""")
|