summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale-1.0.1.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-11-04 19:27:52 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-11-04 19:27:52 -0500
commitaf4a3f126cee8075f10ba59559aed0d906a37999 (patch)
treeb5254c1d27cca072212f1c0e055be53282746476 /pcr/radicale/radicale-1.0.1.patch
parentbae26e2d8b2446071eddaf139a12bdd71a747f59 (diff)
radicale-1.0.1-2: updating version
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..]