[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, wheezy, updated. debian/0.9.12-11

Guido Günther agx at sigxcpu.org
Wed Mar 6 13:06:31 UTC 2013


The following commit has been merged in the wheezy branch:
commit 422c5067e0a93a876d4482d3bbcf7297e4e2961f
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Mar 6 12:25:35 2013 +0100

    Use "getent passwd"
    
    instead of the non existing "getent user"
    
    Thanks: again to Adam D. Barratt

diff --git a/debian/libvirt-bin.postrm b/debian/libvirt-bin.postrm
index 1057387..ab42a94 100644
--- a/debian/libvirt-bin.postrm
+++ b/debian/libvirt-bin.postrm
@@ -25,7 +25,7 @@ case "$1" in
     		delgroup libvirt || true
 	fi
 
-    	if getent user libvirt-qemu >/dev/null; then
+    	if getent passwd libvirt-qemu >/dev/null; then
     		deluser libvirt-qemu || true
 	fi
 

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list