SPECS: apache-tomcat.spec - install temp directory in CATALINA_BASE, not in...

pawelz pawelz at pld-linux.org
Sun Jan 25 18:08:11 CET 2009


Author: pawelz                       Date: Sun Jan 25 17:08:11 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install temp directory in CATALINA_BASE, not in CATALINA_HOME

---- Files affected:
SPECS:
   apache-tomcat.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: SPECS/apache-tomcat.spec
diff -u SPECS/apache-tomcat.spec:1.72 SPECS/apache-tomcat.spec:1.73
--- SPECS/apache-tomcat.spec:1.72	Sun Jan 25 18:01:38 2009
+++ SPECS/apache-tomcat.spec	Sun Jan 25 18:08:05 2009
@@ -264,7 +264,7 @@
 cp -rf server/webapps $TOMCATDIR/server
 cp -rf webapps $TOMCATDIR
 cp -rf shared $TOMCATDIR
-cp -rf temp $TOMCATDIR
+cp -rf temp $CATALINADIR
 
 ln -sf %{_logdir}/tomcat $CATALINADIR/logs
 ln -sf %{_vardir}/work $TOMCATDIR/work
@@ -371,13 +371,13 @@
 %{_tomcatdir}/webapps
 %{_tomcatdir}/work
 %{_tomcatdir}/shared
-%{_tomcatdir}/temp
 %dir %{_vardir}
 # tomcat config has to be writeable because of tomacta-users.xml file and
 # Catalina dir
 %config(noreplace) %attr(775,root,http) %verify(not md5 mtime size) %{_vardir}/conf
 %dir %attr(1730,root,http) %{_vardir}/work
 %dir %attr(775,root,http) %{_vardir}/webapps
+%dir %attr(775,root,http) %{_vardir}/temp
 %dir %attr(775,root,http) %{_logdir}/tomcat
 %{_vardir}/logs
 
@@ -393,6 +393,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2009/01/25 17:08:05  pawelz
+- install temp directory in CATALINA_BASE, not in CATALINA_HOME
+
 Revision 1.72  2009/01/25 17:01:38  pawelz
 - added context files for webapps distributed with tomcat
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-tomcat.spec?r1=1.72&r2=1.73&f=u



More information about the pld-cvs-commit mailing list