From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B2AB3138453 for ; Wed, 9 Sep 2015 16:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820D2E086C; Wed, 9 Sep 2015 16:00:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26BA6E086C for ; Wed, 9 Sep 2015 16:00:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2DF9340766 for ; Wed, 9 Sep 2015 16:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E09B517C for ; Wed, 9 Sep 2015 16:00:06 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1441814394.ea58b3d371f5e356f37a2ca9917055c5f9e3d3e3.cardoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-1.2.19.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: ea58b3d371f5e356f37a2ca9917055c5f9e3d3e3 X-VCS-Branch: master Date: Wed, 9 Sep 2015 16:00:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92e3c092-7757-4be4-883b-7e4627f08947 X-Archives-Hash: 6e1814db140fa24a957a9399e7793adf commit: ea58b3d371f5e356f37a2ca9917055c5f9e3d3e3 Author: Doug Goldstein gentoo org> AuthorDate: Wed Sep 9 15:59:25 2015 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Wed Sep 9 15:59:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea58b3d3 app-emulation/libvirt: update readme wording Package-Manager: portage-2.2.20.1 Signed-off-by: Doug Goldstein gentoo.org> app-emulation/libvirt/libvirt-1.2.19.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-1.2.19.ebuild b/app-emulation/libvirt/libvirt-1.2.19.ebuild index a94cddf..07a054d 100644 --- a/app-emulation/libvirt/libvirt-1.2.19.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.19.ebuild @@ -126,8 +126,9 @@ DOC_CONTENTS="Important: The openrc libvirtd init script is now broken up into t separate services: libvirtd, that solely handles the daemon, and libvirt-guests, that takes care of clients during shutdown/restart of the host. In order to reenable client handling, edit /etc/conf.d/libvirt-guests -and enable the service: +and enable the service and start it: $ rc-update add libvirt-guests + $ service libvirt-guests start For the basic networking support (bridged and routed networks) you don't need any extra software. For more complex network modes including but not