Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Dec 2014 17:10:21 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373846 - head/databases/pgbarman/files
Message-ID:  <201412031710.sB3HALM9098359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Dec  3 17:10:21 2014
New Revision: 373846
URL: https://svnweb.freebsd.org/changeset/ports/373846
QAT: https://qat.redports.org/buildarchive/r373846/

Log:
  Ooops.  Replace the %%PREFIX%% special tokens accidentally lost during
  the previous update.

Modified:
  head/databases/pgbarman/files/patch-barman_config.py

Modified: head/databases/pgbarman/files/patch-barman_config.py
==============================================================================
--- head/databases/pgbarman/files/patch-barman_config.py	Wed Dec  3 17:05:04 2014	(r373845)
+++ head/databases/pgbarman/files/patch-barman_config.py	Wed Dec  3 17:10:21 2014	(r373846)
@@ -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$""")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412031710.sB3HALM9098359>