]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/dbconfig-common_support.patch
Merge commit 'upstream/0.2_stable' into unstable-import
[roundcube.git] / debian / patches / dbconfig-common_support.patch
index 0394533ce8322d18367cc918bc640597db83c9f7..f6f01c28b59b547428bde3a4c1c3d6498b4abffa 100644 (file)
@@ -1,3 +1,5 @@
+The default db.inc.php is modified to adapt it to the use of dbconfig-common package.
+
 --- roundcube_0.1~beta2.2/config/db.inc.php.dist        2006-03-20 23:08:51.000000000 +0100
 +++ roundcube_0.1~beta2.2/config/db.inc.php.dist  2007-03-13 14:33:38.000000000 +0100
 @@ -14,13 +14,20 @@
@@ -5,8 +7,8 @@
  $rcmail_config = array();
 
 -// PEAR database DSN for read/write operations
--// format is db_provider://user:password@host/databse
--// currentyl suported db_providers: mysql, sqlite
+-// format is db_provider://user:password@host/database 
+-// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql
 -
 -$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
 -// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';