aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radicale/radicale-0.9-systemwide.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/radicale/radicale-0.9-systemwide.patch')
-rw-r--r--testing/radicale/radicale-0.9-systemwide.patch52
1 files changed, 52 insertions, 0 deletions
diff --git a/testing/radicale/radicale-0.9-systemwide.patch b/testing/radicale/radicale-0.9-systemwide.patch
new file mode 100644
index 0000000000..eb1c1f5752
--- /dev/null
+++ b/testing/radicale/radicale-0.9-systemwide.patch
@@ -0,0 +1,52 @@
+--- Radicale-0.9.orig/config
++++ Radicale-0.9/config
+@@ -15,7 +15,7 @@
+ # IPv6 syntax: [address]:port
+ # For example: 0.0.0.0:9999, [::]:9999
+ # IPv6 adresses are configured to only allow IPv6 connections
+-hosts = 0.0.0.0:5232
++hosts = 127.0.0.1:5232
+ # Daemon flag
+ daemon = False
+ # File storing the PID in daemon mode
+@@ -23,9 +23,9 @@
+ # SSL flag, enable HTTPS protocol
+ ssl = False
+ # SSL certificate path
+-certificate = /etc/apache2/ssl/server.crt
++certificate = /etc/ssl/radicale/server.crt
+ # SSL private key
+-key = /etc/apache2/ssl/server.key
++key = /etc/ssl/radicale/server.key
+ # SSL Protocol used. See python's ssl module for available values
+ protocol = PROTOCOL_SSLv23
+ # Ciphers available. See python's ssl module for available ciphers
+@@ -113,7 +113,7 @@
+ custom_handler =
+
+ # File for rights management from_file
+-file = ~/.config/radicale/rights
++file = /var/lib/radicale/rights
+
+
+ [storage]
+@@ -125,7 +125,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..]
+--- Radicale-0.9.orig/logging
++++ Radicale-0.9/logging
+@@ -45,7 +45,7 @@
+ [handler_file]
+ # File handler
+ class = FileHandler
+-args = ('/var/log/radicale',)
++args = ('/var/log/radicale/radicale.log',)
+ formatter = full
+
+