[evolvis-commits] r17865: actually create the cache dir for the RSS widget

mirabilos at evolvis.org mirabilos at evolvis.org
Fri Dec 9 12:48:37 CET 2011


Author: mirabilos
Date: 2011-12-09 12:48:37 +0100 (Fri, 09 Dec 2011)
New Revision: 17865

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in
Log:
actually create the cache dir for the RSS widget


Modified: trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in	2011-12-09 11:48:34 UTC (rev 17864)
+++ trunk/gforge_base/evolvisforge-5.1/src/debian/dsf-in/web-apache2.postinst.dsfh-in	2011-12-09 11:48:37 UTC (rev 17865)
@@ -79,6 +79,11 @@
         # Setup our FRS
 	chown www-data:www-data /var/lib/@OLDPACKAGE@/download
 
+	# Setup cache dir for RSS widget
+	mkdir /var/lib/@OLDPACKAGE@/rss
+	chmod 2775 /var/lib/@OLDPACKAGE@/rss
+	chgrp www-data /var/lib/@OLDPACKAGE@/rss
+
 	# Enable required modules
 	DEBIAN_FRONTEND=noninteractive a2enmod php5 || true
 	DEBIAN_FRONTEND=noninteractive a2enmod ssl || true



More information about the evolvis-commits mailing list