From: Jim Fehlig Date: Thu, 26 Oct 2017 17:23:07 +0000 (-0600) Subject: daemon: remove minsize directive from hypervisor logrotate files X-Git-Tag: v3.9.0-rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418a100290ffe7f3ce944af719b495eff9d2acb5;p=thirdparty%2Flibvirt.git daemon: remove minsize directive from hypervisor logrotate files Commit 6c43149c removed the minsize directive from the qemu logrotate file but missed other hypervisors. Remove minsize from the libxl, lxc, and uml logrotate files as well. Signed-off-by: Jim Fehlig Reviewed-by: Daniel P. Berrange --- diff --git a/daemon/libvirtd.libxl.logrotate.in b/daemon/libvirtd.libxl.logrotate.in index 523b2f8371..cb7f07d846 100644 --- a/daemon/libvirtd.libxl.logrotate.in +++ b/daemon/libvirtd.libxl.logrotate.in @@ -5,5 +5,4 @@ compress delaycompress copytruncate - minsize 100k } diff --git a/daemon/libvirtd.lxc.logrotate.in b/daemon/libvirtd.lxc.logrotate.in index 4e7d314c79..2bb9dfba12 100644 --- a/daemon/libvirtd.lxc.logrotate.in +++ b/daemon/libvirtd.lxc.logrotate.in @@ -5,5 +5,4 @@ compress delaycompress copytruncate - minsize 100k } diff --git a/daemon/libvirtd.uml.logrotate.in b/daemon/libvirtd.uml.logrotate.in index 135a37dd1b..66a848e37e 100644 --- a/daemon/libvirtd.uml.logrotate.in +++ b/daemon/libvirtd.uml.logrotate.in @@ -5,5 +5,4 @@ compress delaycompress copytruncate - minsize 100k }