]> git.pld-linux.org Git - packages/tomcat.git/blobdiff - tomcat.spec
- conf directory has to be writeable by tomcat (because of /admin)
[packages/tomcat.git] / tomcat.spec
index 6a2bf90da9cffbf2e34d4236c7f725d68322a2a0..4210cac03ff1d3009ef8ec363b05f71db7ea761e 100644 (file)
@@ -427,8 +427,10 @@ fi
 %{_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
This page took 0.068697 seconds and 4 git commands to generate.