]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/dbconfig-common_support.patch
New upstream version.
[roundcube.git] / debian / patches / dbconfig-common_support.patch
index fbc2c0e0589e2a9db3b834f00551050d98268c60..574c67ec084341e303a22fa4a17a8662c2d3b30c 100644 (file)
@@ -11,8 +11,8 @@ Index: b/config/db.inc.php.dist
 -// PEAR database DSN for read/write operations
 -// format is db_provider://user:password@host/database 
 -// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
--// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql
-+/* Do not set db_dsnw here, use dpkg-reconfigure roundcube to configure database ! */
+-// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql or sqlsrv
++/* Do not set db_dsnw here, use dpkg-reconfigure roundcube-core to configure database ! */
  
 -$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
 -// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';