summaryrefslogtreecommitdiff
path: root/databases/pgbarman/files/patch-barman_config.py
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-12-03 17:05:04 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-12-03 17:05:04 +0000
commit0bd8ff190bf2a302d59fbed7bf964bc11fce6f21 (patch)
tree408e72ecbe212008bb7ba6d7f4517bdda7c205da /databases/pgbarman/files/patch-barman_config.py
parent- Strip in PREFIX-, not in LOCALBASE-relative path (diff)
- Install man pages to a location where man(1) can find them
- While here update man pages and speciment barman.conf file to use FreeBSD-ish locations for various things, particularly that our idea of the PostgreSQL default user is 'pgsql' although the database to connect to is 'postgres'
Diffstat (limited to 'databases/pgbarman/files/patch-barman_config.py')
-rw-r--r--databases/pgbarman/files/patch-barman_config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pgbarman/files/patch-barman_config.py b/databases/pgbarman/files/patch-barman_config.py
index b460dd23ad4c..96f47b025ba6 100644
--- a/databases/pgbarman/files/patch-barman_config.py
+++ b/databases/pgbarman/files/patch-barman_config.py
@@ -1,4 +1,4 @@
---- barman/config.py.orig 2014-12-02 14:47:11 UTC
+--- barman/config.py.orig 2014-08-01 13:50:46 UTC
+++ barman/config.py
@@ -341,8 +341,8 @@ class Config(object):
"""
@@ -6,8 +6,8 @@
'~/.barman.conf',
- '/etc/barman.conf',
- '/etc/barman/barman.conf',
-+ '%%PREFIX%%/etc/barman.conf',
-+ '%%PREFIX%%/etc/barman/barman.conf',
++ '/usr/local/etc/barman.conf',
++ '/usr/local/etc/barman/barman.conf',
]
_QUOTE_RE = re.compile(r"""^(["'])(.*)\1$""")