summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale-1.1.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/radicale/radicale-1.1.1.patch')
-rw-r--r--pcr/radicale/radicale-1.1.1.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/radicale/radicale-1.1.1.patch b/pcr/radicale/radicale-1.1.1.patch
deleted file mode 100644
index be94195e7..000000000
--- a/pcr/radicale/radicale-1.1.1.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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..]