]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- fixed logrotate attrib.
authorciesiel <ciesiel@pld-linux.org>
Sun, 7 Dec 2003 10:10:24 +0000 (10:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope.logrotate -> 1.4

Zope.logrotate

index 0b3c54fa390d2a1f4119b5e774780d8daded1a56..df2299e890e2916062bcb58d40239d0e89e8e15c 100644 (file)
@@ -1,5 +1,6 @@
 /var/log/zope/*/*.log {
+create 644 zope zope   
        postrotate
-               /etc/rc.d/init.d/zope reload >/dev/null 2>&1
+               /etc/rc.d/init.d/zope restart >/dev/null 2>&1
        endscript
 }
This page took 0.068905 seconds and 4 git commands to generate.