diff options
| author | Matthew Seaman <matthew@FreeBSD.org> | 2014-12-03 17:10:21 +0000 |
|---|---|---|
| committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-12-03 17:10:21 +0000 |
| commit | 82c277f8c67d5517567b151873c9fd5817a3434b (patch) | |
| tree | 46588b87509640e6739e0db1e9e428d14d46481a /databases | |
| parent | - Install man pages to a location where man(1) can find them (diff) | |
Ooops. Replace the %%PREFIX%% special tokens accidentally lost during
the previous update.
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/pgbarman/files/patch-barman_config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgbarman/files/patch-barman_config.py b/databases/pgbarman/files/patch-barman_config.py index 96f47b025ba6..ff80493aee2b 100644 --- a/databases/pgbarman/files/patch-barman_config.py +++ b/databases/pgbarman/files/patch-barman_config.py @@ -6,8 +6,8 @@ '~/.barman.conf', - '/etc/barman.conf', - '/etc/barman/barman.conf', -+ '/usr/local/etc/barman.conf', -+ '/usr/local/etc/barman/barman.conf', ++ '%%PREFIX%%/etc/barman.conf', ++ '%%PREFIX%%/etc/barman/barman.conf', ] _QUOTE_RE = re.compile(r"""^(["'])(.*)\1$""") |
