summaryrefslogtreecommitdiff
path: root/www-apps/radicale/files/radicale-1.1.1-config.patch
diff options
context:
space:
mode:
authoreroen2017-07-25 01:11:39 +0200
committereroen2017-07-25 01:12:00 +0200
commit9d2f00c4c747a5ca06e11046b143e84fea54c87e (patch)
treef0783c4efe3b72ac61650ef23c276f2bbaa8f555 /www-apps/radicale/files/radicale-1.1.1-config.patch
parentc05877565bb92c6b6687e0e5c0d90e2ebd102edd (diff)
downloaderoen-overlay-9d2f00c4c747a5ca06e11046b143e84fea54c87e.tar.gz
eroen-overlay-9d2f00c4c747a5ca06e11046b143e84fea54c87e.tar.bz2
eroen-overlay-9d2f00c4c747a5ca06e11046b143e84fea54c87e.tar.xz
www-apps/radicale from gentoo
Diffstat (limited to 'www-apps/radicale/files/radicale-1.1.1-config.patch')
-rw-r--r--www-apps/radicale/files/radicale-1.1.1-config.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/www-apps/radicale/files/radicale-1.1.1-config.patch b/www-apps/radicale/files/radicale-1.1.1-config.patch
new file mode 100644
index 00000000..4eb286f8
--- /dev/null
+++ b/www-apps/radicale/files/radicale-1.1.1-config.patch
@@ -0,0 +1,34 @@
+diff --git a/config b/config
+index 453a45e..10c1595 100644
+--- a/config
++++ b/config
+@@ -146,7 +146,7 @@ http_password_parameter =
+ #custom_handler =
+
+ # File for rights management from_file
+-#file = ~/.config/radicale/rights
++file = /etc/radicale/rights
+
+
+ [storage]
+@@ -163,7 +163,7 @@ file = ~/.config/radicale/rights
+ #custom_handler =
+
+ # Folder for storing local collections, created if not present
+-#filesystem_folder = ~/.config/radicale/collections
++filesystem_folder = /var/lib/radicale/
+
+ # Database URL for SQLAlchemy
+ # dialect+driver://user:password@host/dbname[?key=value..]
+diff --git a/logging b/logging
+--- a/logging
++++ b/logging
+@@ -45,7 +45,7 @@ formatter = simple
+ [handler_file]
+ # File handler
+ class = FileHandler
+-args = ('/var/log/radicale',)
++args = ('/var/log/radicale/radicale.log',)
+ formatter = full
+
+