X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fdbconfig-common_support.patch;h=574c67ec084341e303a22fa4a17a8662c2d3b30c;hb=bb0f03620c04bdb10e725f3220fa1e2f40166540;hp=fbc2c0e0589e2a9db3b834f00551050d98268c60;hpb=c138227a9ec7166dd9e524e798ba5c6e1b407b18;p=roundcube.git diff --git a/debian/patches/dbconfig-common_support.patch b/debian/patches/dbconfig-common_support.patch index fbc2c0e..574c67e 100644 --- a/debian/patches/dbconfig-common_support.patch +++ b/debian/patches/dbconfig-common_support.patch @@ -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';