]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Create /var/log/libvirt/{lxc,uml} dirs
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:33:17 +0000 (12:33 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 12:49:35 +0000 (13:49 +0100)
commitd285084b12c7018d7c2b2d6f50d2c28ecdef5dca
tree2ac66867c1ee340fd98d1ec01a708b1bb072f4d1
parente46f6309d52f63ecb7654d6118ae7b663285029b
Create /var/log/libvirt/{lxc,uml} dirs

Otherwise logrotate barfs:

  error: error accessing /var/log/libvirt/uml: No such file or directory
  error: libvirtd:1 glob failed for /var/log/libvirt/uml/*.log
  error: found error in /var/log/libvirt/qemu/*.log /var/log/libvirt/uml/*.log /var/log/libvirt/lxc/*.log , skipping

* qemud/Makefile.am: always create /var/log/libvirt/{lxc,uml} when
  installing the logrotate conf; not ideal, but easier than making
  the logrotate conf depend on which drivers are enabled
daemon/Makefile.am
libvirt.spec.in