$OpenBSD: patch-config,v 1.7 2014/03/26 10:17:02 sthen Exp $
--- config.orig	Fri Jun 28 15:37:37 2013
+++ config	Tue Mar 25 15:04:31 2014
@@ -22,9 +22,9 @@ pid =
 # SSL flag, enable HTTPS protocol
 ssl = False
 # SSL certificate path
-certificate = /etc/apache2/ssl/server.crt
+certificate = ${SYSCONFDIR}/radicale/server.crt
 # SSL private key
-key = /etc/apache2/ssl/server.key
+key = ${SYSCONFDIR}/radicale/private/server.key
 # Reverse DNS to resolve client address in logs
 dns_lookup = True
 # Root URL of Radicale (starting and ending with a slash)
@@ -51,10 +51,10 @@ public_users = public
 private_users = private
 
 # Htpasswd filename
-htpasswd_filename = /etc/radicale/users
+htpasswd_filename = ${SYSCONFDIR}/radicale/users
 # Htpasswd encryption method
-# Value: plain | sha1 | crypt
-htpasswd_encryption = crypt
+# Value: plain | sha1 | crypt | bcrypt
+htpasswd_encryption = bcrypt
 
 # LDAP server URL, with protocol and port
 ldap_url = ldap://localhost:389/
@@ -100,7 +100,7 @@ http_password_parameter =
 type = None
 
 # File for rights management from_file
-file = ~/.config/radicale/rights
+file = ${SYSCONFDIR}/config/radicale/rights
 
 
 [storage]
@@ -109,7 +109,7 @@ file = ~/.config/radicale/rights
 type = filesystem
 
 # Folder for storing local collections, created if not present
-filesystem_folder = ~/.config/radicale/collections
+filesystem_folder = /var/db/radicale/calendars
 
 # Database URL for SQLAlchemy
 # dialect+driver://user:password@host/dbname[?key=value..]
@@ -123,7 +123,7 @@ database_url =
 # If no config is given, simple information is printed on the standard output
 # For more information about the syntax of the configuration file, see:
 # http://docs.python.org/library/logging.config.html
-config = /etc/radicale/logging
+config = ${SYSCONFDIR}/radicale/logging
 # Set the default logging level to debug
 debug = False
 # Store all environment variables (including those set in the shell)
