]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- conf directory has to be writeable by tomcat (because of /admin)
authorpawelz <pawelz@pld-linux.org>
Sun, 12 Apr 2009 17:41:59 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tomcat.spec -> 1.113

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.038885 seconds and 4 git commands to generate.