ports/databases/pgbarman/files/patch-docs_barman.conf
Matthew Seaman 6b90d782ff databases/pgbarman: update to 3.12.0
Rework patches after upstream changes to the layout of documentation
sources.  Note PGUSER is now redundant, as all supported postgresql
ports use `postgres` as the name of the database owner.

Changes:	https://github.com/EnterpriseDB/barman/blob/release/3.12.0/RELNOTES.md
Reported by:	portscout, repology
2024-11-23 12:25:11 +00:00

18 lines
660 B
Plaintext

--- docs/barman.conf.orig 2024-11-23 11:44:09 UTC
+++ docs/barman.conf
@@ -8,11 +8,11 @@ barman_user = barman
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