Commit in zope2.10/trunk/debian (zopeZVER.logrotate.in)

Fabio Tranchitella kobold at alioth.debian.org
Thu Nov 29 11:41:00 UTC 2007


    Date: Thursday, November 29, 2007 @ 11:41:00
  Author: kobold
Revision: 1037

restore the create line

Modified:
  zope2.10/trunk/debian/zopeZVER.logrotate.in

Modified: zope2.10/trunk/debian/zopeZVER.logrotate.in
===================================================================
--- zope2.10/trunk/debian/zopeZVER.logrotate.in	2007-11-29 11:40:14 UTC (rev 1036)
+++ zope2.10/trunk/debian/zopeZVER.logrotate.in	2007-11-29 11:41:00 UTC (rev 1037)
@@ -5,9 +5,10 @@
     missingok
     rotate 52
     copytruncate
-    compress                                                      
+    compress
     delaycompress
-    notifempty   
+    notifempty
+    create
     sharedscripts
     postrotate
     sh -c 'for i in /var/lib/zope at ZVER@/instance/* ; do [ -d "$i/log" -a -x "$i/bin/zopectl" -a -r "$i/var/Z2.pid" ] && "$i"/bin/zopectl logreopen ; done'




More information about the pkg-zope-commits mailing list