]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- zope needs write access only to the var/ subdir of instance home
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 17 Nov 2003 18:37:15 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope.spec -> 1.47

Zope.spec

index 76077ed03b2e5794ff413324356e8033ad87aa4c..33612f97c84925d7c3e9cd7962968b784ce47c28 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -198,8 +198,8 @@ fi
 %attr(755,root,root) %{_sbindir}/*
 %{_libdir}/zope
 %attr(771,root,root) %dir /var/run/zope
-%attr(771,root,root) %dir /var/lib/zope
-%attr(1771,root,zope) %dir /var/lib/zope/main
+%attr(751,root,zope) %dir /var/lib/zope
+%attr(751,root,zope) %dir /var/lib/zope/main
 %attr(771,root,root) %dir /var/log/zope
 %attr(771,root,zope) %dir /var/log/zope/main
 %attr(640,root,root) %dir /etc/zope
This page took 0.038381 seconds and 4 git commands to generate.