[Pkg-roundcube-maintainers] Bug#901124: roundcube: patching roundcube breaks it

Steven Jones steven.jones at vuw.ac.nz
Thu Jun 6 01:37:46 BST 2019


Hi Guilem,

I edited the file as below to make it work with a remote mysql server I already had running,

root at email-001:/etc/roundcube# more debian-db.php
<?php
##
## database access settings in php format
## automatically generated from /etc/dbconfig-common/roundcube.conf
## by /usr/sbin/dbconfig-generate-include
##
## by default this file is managed via ucf, so you shouldn't have to
## worry about manual changes being silently discarded.  *however*,
## you'll probably also want to edit the configuration file mentioned
## above too.
##
$dbuser='roundcube';
$dbpass='xxxxxxxxx';
$basepath='';
$dbname='roundcubemail';
#ssj$dbserver='localhost';
$dbserver='192.168.1.104';
$dbport='3306';
$dbtype='mysql';
root at email-001:/etc/roundcube#




regards

Steven


________________________________
From: Guilhem Moulin <guilhem at debian.org>
Sent: Thursday, 6 June 2019 12:29 PM
To: stven jones; 901124 at bugs.debian.org
Subject: Re: Bug#901124: roundcube: patching roundcube breaks it

On Sat, 09 Jun 2018 at 15:16:31 +1200, stven jones wrote:
>   * What exactly did you do (or not do) that was effective (or ineffective)?
>
> reset the debian database config to the remote mysql server's IP after the patching wiped this.

What *exactly* did you do: which file, and its diff?

--
Guilhem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-roundcube-maintainers/attachments/20190606/a21f8989/attachment-0001.html>


More information about the Pkg-roundcube-maintainers mailing list