[DRE-commits] r4750 - trunk/redmine/debian

Jérémy Lal kapouer-guest at alioth.debian.org
Sat Feb 20 02:39:44 UTC 2010


Author: kapouer-guest
Date: 2010-02-20 02:39:44 +0000 (Sat, 20 Feb 2010)
New Revision: 4750

Modified:
   trunk/redmine/debian/postinst
Log:
/var/cache/redmine should be world-readable.

Modified: trunk/redmine/debian/postinst
===================================================================
--- trunk/redmine/debian/postinst	2010-02-20 02:39:40 UTC (rev 4749)
+++ trunk/redmine/debian/postinst	2010-02-20 02:39:44 UTC (rev 4750)
@@ -177,8 +177,8 @@
 			mkdir -p $fRailsCache/plugin_assets
 			chmod 750 $fRailsLog
 			chmod 750 $fRailsVar
-			chmod 750 $fRailsCache
-			chmod 750 $fRailsCache/plugin_assets
+			chmod 755 $fRailsCache
+			chmod 755 $fRailsCache/plugin_assets
 			chown -f www-data:www-data $fRailsLog
 			chown -f www-data:www-data $fRailsVar
 			chown -f www-data:www-data $fRailsVar/files




More information about the Pkg-ruby-extras-commits mailing list