summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Schild <henning@hennsch.de>2018-02-24 04:16:42 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-02-24 04:21:13 +0100
commit7a16b479386b0087d551eac28b81e2facc97166d (patch)
tree3e27d76bf3e365bdc89ae9dcea68d6e00873480d /www-apps/radicale/files/radicale-1.1.6-config.patch
parentdev-python/pytest-runner: Bump to v4.0 (diff)
downloadgentoo-7a16b479386b0087d551eac28b81e2facc97166d.tar.gz
gentoo-7a16b479386b0087d551eac28b81e2facc97166d.tar.bz2
gentoo-7a16b479386b0087d551eac28b81e2facc97166d.zip
www-apps/radicale: Bump to v1.1.6
Closes: https://github.com/gentoo/gentoo/pull/5990 Bug: https://bugs.gentoo.org/618176 Bug: https://bugs.gentoo.org/618724 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-apps/radicale/files/radicale-1.1.6-config.patch')
-rw-r--r--www-apps/radicale/files/radicale-1.1.6-config.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/www-apps/radicale/files/radicale-1.1.6-config.patch b/www-apps/radicale/files/radicale-1.1.6-config.patch
new file mode 100644
index 000000000000..4eb286f8d400
--- /dev/null
+++ b/www-apps/radicale/files/radicale-1.1.6-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
+
+