diff options
Diffstat (limited to 'deskutils/kronolith/files')
-rw-r--r-- | deskutils/kronolith/files/patch-config::conf.xml | 14 | ||||
-rw-r--r-- | deskutils/kronolith/files/pkg-message.in | 21 |
2 files changed, 4 insertions, 31 deletions
diff --git a/deskutils/kronolith/files/patch-config::conf.xml b/deskutils/kronolith/files/patch-config::conf.xml deleted file mode 100644 index 1a5c0106a654..000000000000 --- a/deskutils/kronolith/files/patch-config::conf.xml +++ /dev/null @@ -1,14 +0,0 @@ ---- config/conf.xml.orig Sun Oct 3 15:24:09 2004 -+++ config/conf.xml Mon Nov 29 21:48:21 2004 -@@ -13,9 +13,9 @@ - <configstring name="driver" desc="What MCAL driver is being - used?">mstore</configstring> - <configstring name="username" desc="Connect to MCAL -- as">horde</configstring> -+ as">www</configstring> - <configstring name="password" required="false" desc="Password to connect -- with">****</configstring> -+ with">%%PASSCAL%%</configstring> - </configsection> - </case> - diff --git a/deskutils/kronolith/files/pkg-message.in b/deskutils/kronolith/files/pkg-message.in index 54946bd7d451..540684cc4d22 100644 --- a/deskutils/kronolith/files/pkg-message.in +++ b/deskutils/kronolith/files/pkg-message.in @@ -4,24 +4,11 @@ blank configuration files. Horde must be configured; if not, see `pkg_info -D -x horde'. -With PHP4: -If you choosed the mcal backend, libmcal must be configured with the driver -mstore for the user www: +Then you have to create some tables from the SQL scripts in +%%KRONOLITHDIR%%/scripts/sql. -- mkdir /var/calendar -- chmod 1777 /var/calendar -- htpasswd -c %%LOCALBASE%%/etc/mpasswd www - -(this port has tried to make it for you, perhaps you'll just have to -check - see `pkg_info -D -x libmcal') - -If you choose a database backend, you have to create some tables from the -SQL scripts in %%KRONOLITHDIR%%/scripts/sql. - -WARNING! if you are upgrading from Kronolith v. 1.1.x, you have to alter -******** your schemas. - Please read the doc %%DOCSDIR%%/UPGRADING. - Please note that the MCAL back-end is deprecated! +WARNING! Please note that the MCAL back-end has been deprecated! +******** To migrate from MCAL to SQL, you can use the provided script %%KRONOLITHDIR%%/scripts/migrate_to_sql_driver.php |