From: Vincent Bernat Date: Sun, 27 Sep 2009 09:19:31 +0000 (+0000) Subject: Really fix 544579 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e14bfdb21f31d14420a4d5f73194ed8e4527f17;p=roundcube.git Really fix 544579 --- diff --git a/debian/changelog b/debian/changelog index 51699f9..b696f80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +roundcube (0.3-2) unstable; urgency=low + + * Really fix #544579 since the default value is null without + quotes. This really Closes: #544579. + + -- Vincent Bernat Sun, 27 Sep 2009 11:14:18 +0200 + roundcube (0.3-1) unstable; urgency=low * New upstream release. Closes: #545498. diff --git a/debian/roundcube-core.postinst b/debian/roundcube-core.postinst index b41830d..07e961f 100644 --- a/debian/roundcube-core.postinst +++ b/debian/roundcube-core.postinst @@ -71,7 +71,7 @@ case "$1" in cat /usr/share/roundcube/main.inc.php.dist | \ sed -e "s+^\(\$rcmail_config\['default_host'\] = \)''\(;\)\$+\1${hosts}\2+" \ -e "s+^\(\$rcmail_config\['des_key'\] = '\).*\(';\)\$+\1$deskey\2+" \ - -e "s+^\(\$rcmail_config\['language'\] = '\).*\(';\)\$+\1${language}\2+" >> $CONFFILE.ucftmp + -e "s+^\(\$rcmail_config\['language'\] = \).*\(;\)\$+\1'${language}'\2+" >> $CONFFILE.ucftmp ucf --debconf-ok $CONFFILE.ucftmp $CONFFILE chown root:www-data $CONFFILE