summaryrefslogtreecommitdiff
path: root/deskutils/horde-kronolith/files
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-05-16 08:27:05 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-05-16 08:27:05 +0000
commit04cc8a9d0fcbcf45ecc04bce23d1444b21d1d37c (patch)
treef720083aabc037e40f6f9b81ecc58e95c624e845 /deskutils/horde-kronolith/files
parentUpgrade to 3.1 RC2. (diff)
Upgrade to version 1.0-RC1.
PR: ports/37953 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59239
Diffstat (limited to 'deskutils/horde-kronolith/files')
-rw-r--r--deskutils/horde-kronolith/files/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/deskutils/horde-kronolith/files/patch-aa b/deskutils/horde-kronolith/files/patch-aa
index b1fd780ad002..f726fc9117b3 100644
--- a/deskutils/horde-kronolith/files/patch-aa
+++ b/deskutils/horde-kronolith/files/patch-aa
@@ -1,15 +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 @@
+--- config/conf.php.dist.orig Tue Feb 19 19:00:40 2002
++++ config/conf.php.dist Fri May 10 18:20:09 2002
+@@ -28,9 +28,9 @@
+ $conf['calendar']['params']['driver'] = 'mstore';
- // The mstore driver requires a username that is in /etc/mpasswd in
- // order to access local calendars.
+ // The mstore driver requires a username and a password 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'] = '';
++// /usr/local/etc/mpasswd in order to access local calendars.
++$conf['calendar']['params']['username'] = 'www';
+$conf['calendar']['params']['password'] = '%%PASSCAL%%';
-
- /**
+ // This is an example configuration for an sql driver, in this case MySQL.
+ // $conf['calendar']['params']['phptype'] = 'mysql';