freebsd-ports/databases/pgbarman/files/patch-doc_barman.conf
Matthew Seaman d71323ff32 Update to 2.0
- Account for different username between postgresql 9.5 (postgres)
    or earlier versions (pgsql)
  - Regenerate patches by 'make makepatch'
2016-09-30 16:18:42 +00:00

17 lines
637 B
Text

--- doc/barman.conf.orig 2016-09-23 12:56:55 UTC
+++ doc/barman.conf
@@ -8,11 +8,11 @@
barman_user = barman
; Directory of configuration files. Place your sections in separate files with .conf extension
-; For example place the 'main' server section in /etc/barman.d/main.conf
-configuration_files_directory = /etc/barman.d
+; For example place the 'main' server section in %%PREFIX%%/etc/barman.d/main.conf
+configuration_files_directory = %%PREFIX%%/etc/barman.d
; Main directory
-barman_home = /var/lib/barman
+barman_home = /var/barman
; Locks directory - default: %(barman_home)s
;barman_lock_directory = /var/run/barman