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

mkoch at alioth.debian.org mkoch at alioth.debian.org
Thu Jan 10 22:21:58 UTC 2008


Author: mkoch
Date: 2008-01-10 22:21:58 +0000 (Thu, 10 Jan 2008)
New Revision: 5358

Modified:
   trunk/tomcat5.5/debian/changelog
   trunk/tomcat5.5/debian/tomcat5.5.init
Log:
* debian/tomcat5.5.init: Change directory to $CATALINA_BASE/temp before
  starting the daemon. Patch by David Pashley. Closes: #418826


Modified: trunk/tomcat5.5/debian/changelog
===================================================================
--- trunk/tomcat5.5/debian/changelog	2008-01-10 19:31:26 UTC (rev 5357)
+++ trunk/tomcat5.5/debian/changelog	2008-01-10 22:21:58 UTC (rev 5358)
@@ -2,6 +2,8 @@
 
   * debian/rules: Don't file when files to delete don't exist.
     Closes: #458977
+  * debian/tomcat5.5.init: Change directory to $CATALINA_BASE/temp before
+    starting the daemon. Patch by David Pashley. Closes: #418826
 
  -- Michael Koch <konqueror at gmx.de>  Fri, 04 Jan 2008 09:44:23 +0100
 

Modified: trunk/tomcat5.5/debian/tomcat5.5.init
===================================================================
--- trunk/tomcat5.5/debian/tomcat5.5.init	2008-01-10 19:31:26 UTC (rev 5357)
+++ trunk/tomcat5.5/debian/tomcat5.5.init	2008-01-10 22:21:58 UTC (rev 5358)
@@ -167,6 +167,8 @@
 		eval chown --dereference "$TOMCAT5_USER" $REQUIRED_FILES \
 			|| true
 
+		cd "$CATALINA_BASE/temp"
+
 		$DAEMON -user "$TOMCAT5_USER" -cp "$JSVC_CLASSPATH" \
 		    -outfile SYSLOG -errfile SYSLOG \
 		    -pidfile "$CATALINA_PID" $JAVA_OPTS "$BOOTSTRAP_CLASS"




More information about the pkg-java-commits mailing list