[pkg-java] r10866 - trunk/jetty/debian
Niels Thykier
nthykier-guest at alioth.debian.org
Fri Oct 23 18:33:07 UTC 2009
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"
More information about the pkg-java-commits
mailing list