[Pkg-libvirt-commits] [libvirt] 01/02: Use libvirt-qemu as group for qemu-kvm related directories

Guido Guenther agx at alioth.debian.org
Mon Sep 16 08:25:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch master
in repository libvirt.

commit 1894ff01d1cd4edcf4f8c914e66bbdb23be1230b
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun Sep 15 13:39:45 2013 +0200

    Use libvirt-qemu as group for qemu-kvm related directories
    
    since this is the group we run the process with.
---
 debian/libvirt-bin.postinst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libvirt-bin.postinst b/debian/libvirt-bin.postinst
index 3c21454..7c88df8 100644
--- a/debian/libvirt-bin.postinst
+++ b/debian/libvirt-bin.postinst
@@ -72,7 +72,7 @@ add_statoverrides()
 
     for dir in ${QEMU_DIRS}; do
         if ! dpkg-statoverride --list "${dir}" >/dev/null 2>&1; then
-            chown libvirt-qemu:kvm "${dir}"
+            chown libvirt-qemu:libvirt-qemu "${dir}"
             chmod 0750 "${dir}"
         fi
     done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list