]> git.donarmstrong.com Git - roundcube.git/commitdiff
Don't assign "skins" directory to www-data. Closes: #612552.
authorVincent Bernat <bernat@debian.org>
Wed, 9 Feb 2011 06:32:56 +0000 (06:32 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 19:28:15 +0000 (21:28 +0200)
debian/changelog
debian/roundcube-core.postinst

index 3d505a1e84fb4cb7941d2ddde0ae78e0d4915b7a..3d7b14022b6bdc7f2948250991e425561e6cd60b 100644 (file)
@@ -1,3 +1,9 @@
+roundcube (0.5-3) UNRELEASED; urgency=low
+
+  * Don't assign "skins" directory to www-data. Closes: #612552.
+
+ -- Vincent Bernat <bernat@debian.org>  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
index cb7e507b465c9b46241751f4802f390f360e8994..c1968a65e6c55dbd9687c6513b986a726dfa7931 100644 (file)
@@ -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
 
     ;;