aboutsummaryrefslogtreecommitdiff
path: root/deskutils/horde4-kronolith/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/horde4-kronolith/files/patch-aa')
-rw-r--r--deskutils/horde4-kronolith/files/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/horde4-kronolith/files/patch-aa b/deskutils/horde4-kronolith/files/patch-aa
new file mode 100644
index 000000000000..b1fd780ad002
--- /dev/null
+++ b/deskutils/horde4-kronolith/files/patch-aa
@@ -0,0 +1,15 @@
+--- config/conf.php.dist.orig Fri Sep 28 23:36:52 2001
++++ config/conf.php.dist Sun Dec 9 22:46:55 2001
+@@ -29,10 +29,10 @@
+
+ // The mstore driver requires a username that is in /etc/mpasswd in
+ // order to access local calendars.
+-$conf['calendar']['params']['username'] = '';
++$conf['calendar']['params']['username'] = 'www';
+
+ // This is the password of the user defined above.
+-$conf['calendar']['params']['password'] = '';
++$conf['calendar']['params']['password'] = '%%PASSCAL%%';
+
+
+ /**