]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- +x for some dirs
authorpawelz <pawelz@pld-linux.org>
Sun, 12 Apr 2009 19:08:05 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tomcat.spec -> 1.116

tomcat.spec

index 7406ce2158f0a3e9faf7e8c7afe3cf30c8a352e6..34aad415320d37609597e1b2b99a7b3f10f01d47 100644 (file)
@@ -431,8 +431,8 @@ fi
 %dir %{_vardir}
 # 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 %attr(775,root,tomcat) %{_vardir}/conf
+%dir %attr(775,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.034611 seconds and 4 git commands to generate.