Package: libvirt-bin
Version: 0.6.0-1
Severity: wishlist
Tags: patch
Hi,
please add notifempty to logrotate file to avoid log rotation of empty
files.
Hannes
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (990, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28.6 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- /etc/logrotate.d/libvirtd.orig 2008-12-18 18:24:59.000000000 +0100
+++ /etc/logrotate.d/libvirtd 2009-02-25 10:08:58.000000000 +0100
@@ -4,5 +4,6 @@
rotate 7
compress
delaycompress
+ notifempty
copytruncate
}