[med-svn] r5733 - trunk/packages/biomaj/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Sat Jan 29 10:08:08 UTC 2011


Author: osallou-guest
Date: 2011-01-29 10:08:07 +0000 (Sat, 29 Jan 2011)
New Revision: 5733

Modified:
   trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst
Log:
use var/tmp for temp files

Modified: trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst
===================================================================
--- trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst	2011-01-29 08:36:54 UTC (rev 5732)
+++ trunk/packages/biomaj/trunk/debian/biomaj-watcher.postinst	2011-01-29 10:08:07 UTC (rev 5733)
@@ -50,3 +50,11 @@
 chown -R tomcat6 /etc/biomaj/db_properties
 chmod -R 775 /etc/biomaj/db_properties
 
+chown -R tomcat6 /var/log/biomaj
+chmod -R 775 /var/log/biomaj
+
+chown -R tomcat6 /var/lib/biomaj
+chmod -R 775 /var/lib/biomaj
+
+chown -R tomcat6 /var/tmp/biomaj
+chmod -R 775 /var/tmp/biomaj




More information about the debian-med-commit mailing list