$OpenBSD: patch-doc_barman_conf,v 1.4 2017/08/20 14:25:32 jasper Exp $
--- doc/barman.conf.orig	Fri Sep 23 14:56:55 2016
+++ doc/barman.conf	Fri Dec  9 19:57:53 2016
@@ -5,17 +5,17 @@
 
 [barman]
 ; System user
-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
 
 ; Main directory
-barman_home = /var/lib/barman
+barman_home = /var/db/barman
 
 ; Locks directory - default: %(barman_home)s
-;barman_lock_directory = /var/run/barman
+;barman_lock_directory = /var/spool/barman
 
 ; Log location
 log_file = /var/log/barman/barman.log
