package tomcat5.5
tag 418826 +patch
thanks
I've included a patch, which will change the directory to the temp
directory before starting the daemon.
--
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.
--- a/debian/tomcat5.5.init
+++ b/debian/tomcat5.5.init
@@ -167,6 +167,8 @@ case "$1" in
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"
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers