]> git.donarmstrong.com Git - roundcube.git/commitdiff
Rework how symlinks work. The only directory to use is
authorVincent Bernat <bernat@debian.org>
Sun, 13 Feb 2011 13:59:07 +0000 (13:59 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 19:27:42 +0000 (21:27 +0200)
/var/lib/roundcube. We use symlink from /usr/share/roundcube to
/var/lib/roundcube and not the other way. Moreover, plugins and skins
are also symlinked. A user should be able to add plugins and skins in
/var/lib/roundcube while default ones are in
/usr/share/roundcube. Closes: #612553.

debian/changelog

index 274648879eccb4ce014b2b5894b9d875abd714fa..019b21b54998b310ce4951c0ccc4fcfc5373c768 100644 (file)
@@ -27,6 +27,12 @@ roundcube (0.5-3) UNRELEASED; urgency=low
     dbconfig-common. We do not ship UPGRADING file any more since it is
     misleading. Closes: #612511.
   * Fix MySQL indexes if upgrading from 0.5-2 or lesser. Closes: #610725.
+  * Rework how symlinks work. The only directory to use is
+    /var/lib/roundcube. We use symlink from /usr/share/roundcube to
+    /var/lib/roundcube and not the other way. Moreover, plugins and skins
+    are also symlinked. A user should be able to add plugins and skins in
+    /var/lib/roundcube while default ones are in
+    /usr/share/roundcube. Closes: #612553.
 
  -- Vincent Bernat <bernat@debian.org>  Wed, 09 Feb 2011 07:32:42 +0100