[pkg-java] r3328 - branches/tomcat5.5/feature/debian/debian
    Marcus Better 
    marcusb-guest at alioth.debian.org
       
    Tue Apr 24 19:24:43 UTC 2007
    
    
  
Author: marcusb-guest
Date: 2007-04-24 19:24:42 +0000 (Tue, 24 Apr 2007)
New Revision: 3328
Modified:
   branches/tomcat5.5/feature/debian/debian/tomcat5.5.init
Log:
Remove another reference to catalina.out.
Modified: branches/tomcat5.5/feature/debian/debian/tomcat5.5.init
===================================================================
--- branches/tomcat5.5/feature/debian/debian/tomcat5.5.init	2007-04-24 13:22:09 UTC (rev 3327)
+++ branches/tomcat5.5/feature/debian/debian/tomcat5.5.init	2007-04-24 19:24:42 UTC (rev 3328)
@@ -143,7 +143,7 @@
 			"$CATALINA_BASE/conf/tomcat-users.xml" \
 			"$CATALINA_BASE/logs" "$CATALINA_BASE/temp" \
 			"$CATALINA_BASE/webapps" "$CATALINA_BASE/work" \
-			"$CATALINA_BASE/logs/catalina.out" || true
+			|| true
 
 		$DAEMON -user "$TOMCAT5_USER" -cp "$JSVC_CLASSPATH" \
 		    -outfile SYSLOG -errfile SYSLOG \
    
    
More information about the pkg-java-commits
mailing list