SPECS: tomcat.spec - conf directory has to be writeable by tomcat (because ...

pawelz pawelz at pld-linux.org
Sun Apr 12 19:42:05 CEST 2009


Author: pawelz                       Date: Sun Apr 12 17:42:04 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- conf directory has to be writeable by tomcat (because of /admin)

---- Files affected:
SPECS:
   tomcat.spec (1.112 -> 1.113) 

---- Diffs:

================================================================
Index: SPECS/tomcat.spec
diff -u SPECS/tomcat.spec:1.112 SPECS/tomcat.spec:1.113
--- SPECS/tomcat.spec:1.112	Sun Apr 12 17:07:09 2009
+++ SPECS/tomcat.spec	Sun Apr 12 19:41:59 2009
@@ -428,8 +428,10 @@
 %{_tomcatdir}/work
 %{_tomcatdir}/shared
 %dir %{_vardir}
-%dir %{_vardir}/conf
-%dir %{_vardir}/conf/Catalina
+# these directory has to be writeable because /admin need to modify config
+# files and create temporary files
+%dir %attr(664,root,tomcat) %{_vardir}/conf
+%dir %attr(664,root,tomcat) %{_vardir}/conf/Catalina
 %dir %{_vardir}/conf/Catalina/localhost
 # tomcat config has to be writeable because of tomcat-users.xml file and Catalina dir
 %config(noreplace) %attr(664,root,tomcat) %verify(not md5 mtime size) %{_vardir}/conf/MANIFEST.MF
@@ -465,6 +467,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.113  2009/04/12 17:41:59  pawelz
+- conf directory has to be writeable by tomcat (because of /admin)
+
 Revision 1.112  2009/04/12 15:07:09  glen
 - drop startup/shutdown wrappers (unused)
 
================================================================

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



More information about the pld-cvs-commit mailing list