[pkg-java] r5231 - trunk/tomcat5.5/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat Dec 29 17:48:31 UTC 2007


Author: mkoch
Date: 2007-12-29 17:48:31 +0000 (Sat, 29 Dec 2007)
New Revision: 5231

Modified:
   trunk/tomcat5.5/debian/changelog
   trunk/tomcat5.5/debian/tomcat5.5.init
Log:
* Always clean temporary directory on startup. Closes: #456608.


Modified: trunk/tomcat5.5/debian/changelog
===================================================================
--- trunk/tomcat5.5/debian/changelog	2007-12-29 16:52:27 UTC (rev 5230)
+++ trunk/tomcat5.5/debian/changelog	2007-12-29 17:48:31 UTC (rev 5231)
@@ -1,3 +1,9 @@
+tomcat5.5 (5.5.25-4) UNRELEASED; urgency=low
+
+  * Always clean temporary directory on startup. Closes: #456608.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 29 Dec 2007 18:52:06 +0100
+
 tomcat5.5 (5.5.25-3) unstable; urgency=low
 
   * debian/libtomcat5.5-java.links: Removed links for xml-apis.jar and

Modified: trunk/tomcat5.5/debian/tomcat5.5.init
===================================================================
--- trunk/tomcat5.5/debian/tomcat5.5.init	2007-12-29 16:52:27 UTC (rev 5230)
+++ trunk/tomcat5.5/debian/tomcat5.5.init	2007-12-29 17:48:31 UTC (rev 5231)
@@ -145,7 +145,7 @@
 			>> "$CATALINA_BASE/conf/catalina.policy"
 
 		# Clean up and set permissions on required files
-		find "$CATALINA_BASE"/temp/ -mindepth 1 -exec rm -f {} +
+		find "$CATALINA_BASE"/temp/ -mindepth 1 -exec rm -fr {} +
 		chown --dereference "$TOMCAT5_USER" "$CATALINA_BASE/conf" \
 			"$CATALINA_BASE/conf/tomcat-users.xml" \
 			"$CATALINA_BASE/logs" "$CATALINA_BASE/temp" \




More information about the pkg-java-commits mailing list