]> git.donarmstrong.com Git - roundcube.git/commitdiff
Really fix 544579
authorVincent Bernat <bernat@debian.org>
Sun, 27 Sep 2009 09:19:31 +0000 (09:19 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:25:39 +0000 (20:25 +0200)
debian/changelog
debian/roundcube-core.postinst

index 51699f90bba8a28fea573cbdeaceafc035fb201e..b696f8065dbe652e155252bfe52eb210971c524b 100644 (file)
@@ -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 <bernat@debian.org>  Sun, 27 Sep 2009 11:14:18 +0200
+
 roundcube (0.3-1) unstable; urgency=low
 
   * New upstream release. Closes: #545498.
index b41830dda73d51a0745cbc04013ae682217bfc96..07e961f70b6b4409b6cbfef8880eb6c739ea08ca 100644 (file)
@@ -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