From 6f705cac637853389703943239d9073994f79b40 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 29 Dec 2014 12:04:10 +0100 Subject: Add mapping for libvirt-daemon -> libvirtd Needed for the sysv init based systems --- whatmaps/debiandistro.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'whatmaps') diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py index 3a3bf16..2a095d1 100644 --- a/whatmaps/debiandistro.py +++ b/whatmaps/debiandistro.py @@ -47,9 +47,10 @@ class DebianDistro(Distro): 'dovecot-pop3d': [ 'dovecot' ], 'exim4-daemon-light': [ 'exim4' ], 'exim4-daemon-heavy': [ 'exim4' ], - 'qemu-system-x86_64': [ 'libvirt-guests' ], + 'libvirt-daemon': [ 'libvirtd' ], 'openjdk-6-jre-headless': ['jenkins', 'tomcat7'], 'openjdk-7-jre-headless': ['jenkins', 'tomcat7'], + 'qemu-system-x86_64': [ 'libvirt-guests' ], } # Per package blacklist -- cgit v1.2.3