[pkg-java] r4090 - trunk/tomcat5.5/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Sun Sep 2 07:29:11 UTC 2007
Author: mkoch
Date: 2007-09-02 07:29:11 +0000 (Sun, 02 Sep 2007)
New Revision: 4090
Modified:
trunk/tomcat5.5/debian/changelog
trunk/tomcat5.5/debian/tomcat5.5.init
Log:
* Set CATALINA_BASE to /var/lib/$NAME in debian/tomcat5.5.init.
Modified: trunk/tomcat5.5/debian/changelog
===================================================================
--- trunk/tomcat5.5/debian/changelog 2007-09-02 06:46:57 UTC (rev 4089)
+++ trunk/tomcat5.5/debian/changelog 2007-09-02 07:29:11 UTC (rev 4090)
@@ -30,8 +30,9 @@
* Don't make tomcat5.5 on two non-virtual java runtimes. Removed kaffe.
* Don't let tomcat5.5 suggest libapache-mod-jk. Doesn't exist anymore.
* Fixed watch file.
+ * Set CATALINA_BASE to /var/lib/$NAME in debian/tomcat5.5.init.
- -- Michael Koch <konqueror at gmx.de> Sun, 02 Sep 2007 10:46:47 +0200
+ -- Michael Koch <konqueror at gmx.de> Sun, 02 Sep 2007 11:28:05 +0200
tomcat5.5 (5.5.20-5) unstable; urgency=low
Modified: trunk/tomcat5.5/debian/tomcat5.5.init
===================================================================
--- trunk/tomcat5.5/debian/tomcat5.5.init 2007-09-02 06:46:57 UTC (rev 4089)
+++ trunk/tomcat5.5/debian/tomcat5.5.init 2007-09-02 07:29:11 UTC (rev 4090)
@@ -53,7 +53,7 @@
export JAVA_HOME
# Directory for per-instance configuration files and webapps
-CATALINA_BASE=/var/lib/tomcat5.5
+CATALINA_BASE=/var/lib/$NAME
# Use the Java security manager? (yes/no)
TOMCAT5_SECURITY=yes
More information about the pkg-java-commits
mailing list