From a3e9bde8eb2f965adcaae09f34db577525c7ba75 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 4 Apr 2016 22:13:11 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- init.d/libvirt-guests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/libvirt-guests b/init.d/libvirt-guests index a8d65f8..ab2cf3d 100755 --- a/init.d/libvirt-guests +++ b/init.d/libvirt-guests @@ -3,7 +3,7 @@ description="Virtual Machine Management (libvirt) Guests" depend() { - need libvirtd + use libvirtd } # set the default to QEMU -- 2.39.5