diff options
author | matthew <matthew@FreeBSD.org> | 2014-12-04 01:10:21 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2014-12-04 01:10:21 +0800 |
commit | cddfde21802b11eecf68bdc803006c6a788fdc63 (patch) | |
tree | 46588b87509640e6739e0db1e9e428d14d46481a /databases | |
parent | 6d186b467ce809073afb80865329e1884ad0bcab (diff) | |
download | freebsd-ports-graphics-cddfde21802b11eecf68bdc803006c6a788fdc63.tar.gz freebsd-ports-graphics-cddfde21802b11eecf68bdc803006c6a788fdc63.tar.zst freebsd-ports-graphics-cddfde21802b11eecf68bdc803006c6a788fdc63.zip |
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 96f47b025ba..ff80493aee2 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$""") |