Author: nthykier-guest
Date: 2009-10-23 18:33:06 +0000 (Fri, 23 Oct 2009)
New Revision: 10866

Modified:
   trunk/jetty/debian/jetty.init
Log:
Corrected the variable.

Modified: trunk/jetty/debian/jetty.init
===================================================================
--- trunk/jetty/debian/jetty.init       2009-10-23 17:22:42 UTC (rev 10865)
+++ trunk/jetty/debian/jetty.init       2009-10-23 18:33:06 UTC (rev 10866)
@@ -74,7 +74,7 @@
 START_DAEMON_JAR="$JETTY_HOME/start-daemon.jar"
 DEFAULT=/etc/default/$NAME
 DAEMON=/usr/bin/jsvc
-JVM_TMP=/var/cache/jetty/
+JVM_TMP=/var/cache/jetty/tmp
 
 if [ `id -u` -ne 0 ]; then
        echo "You need root privileges to run this script"


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to