summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale-1.0.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/radicale/radicale-1.0.1.patch')
-rw-r--r--pcr/radicale/radicale-1.0.1.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/radicale/radicale-1.0.1.patch b/pcr/radicale/radicale-1.0.1.patch
new file mode 100644
index 000000000..be94195e7
--- /dev/null
+++ b/pcr/radicale/radicale-1.0.1.patch
@@ -0,0 +1,22 @@
+diff --git a/config b/config
+index a2e36ec..66e5a25 100644
+--- a/config
++++ b/config
+@@ -146,7 +146,7 @@
+ #custom_handler =
+
+ # File for rights management from_file
+-#file = ~/.config/radicale/rights
++file = /etc/radicale/rights
+
+
+ [storage]
+@@ -163,7 +163,7 @@
+ #custom_handler =
+
+ # Folder for storing local collections, created if not present
+-#filesystem_folder = ~/.config/radicale/collections
++filesystem_folder = /var/lib/radicale/collections
+
+ # Database URL for SQLAlchemy
+ # dialect+driver://user:password@host/dbname[?key=value..]