From: Vincent Bernat Date: Wed, 9 Feb 2011 06:32:56 +0000 (+0000) Subject: Don't assign "skins" directory to www-data. Closes: #612552. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d1c6ff3023cb9fd7daadd0ecf3bfc5509da489c9;p=roundcube.git Don't assign "skins" directory to www-data. Closes: #612552. --- diff --git a/debian/changelog b/debian/changelog index 3d505a1..3d7b140 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +roundcube (0.5-3) UNRELEASED; urgency=low + + * Don't assign "skins" directory to www-data. Closes: #612552. + + -- Vincent Bernat Wed, 09 Feb 2011 07:32:42 +0100 + roundcube (0.5-2) experimental; urgency=low * If 0.3.1 was installed from scratch, upgrade does not work on MySQL diff --git a/debian/roundcube-core.postinst b/debian/roundcube-core.postinst index cb7e507..c1968a6 100644 --- a/debian/roundcube-core.postinst +++ b/debian/roundcube-core.postinst @@ -113,7 +113,6 @@ case "$1" in chmod -R 750 /var/log/roundcube chown -R www-data:www-data /var/lib/roundcube/temp chmod -R 750 /var/lib/roundcube/temp - chown www-data:adm /var/lib/roundcube/skins ;;