From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2D2D15808E for ; Fri, 29 Apr 2022 01:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCA97E0809; Fri, 29 Apr 2022 01:31:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAA14E0809 for ; Fri, 29 Apr 2022 01:31:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE97A3412F0 for ; Fri, 29 Apr 2022 01:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52CD942C for ; Fri, 29 Apr 2022 01:31:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651195911.4d8d5413c0a4612951474a632bcc32e17eb77547.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xe-guest-utilities/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120-r1.ebuild X-VCS-Directories: app-emulation/xe-guest-utilities/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d8d5413c0a4612951474a632bcc32e17eb77547 X-VCS-Branch: master Date: Fri, 29 Apr 2022 01:31:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 946a6967-3ca8-4bcb-ab5e-2de51bc041d3 X-Archives-Hash: 7b0a2106c21039b2317c117507af492a commit: 4d8d5413c0a4612951474a632bcc32e17eb77547 Author: Sam James gentoo org> AuthorDate: Fri Apr 29 01:31:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 29 01:31:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8d5413 app-emulation/xe-guest-utilities: use udev_newrules; add udev_reload Signed-off-by: Sam James gentoo.org> .../xe-guest-utilities/xe-guest-utilities-6.2.0_p1120-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120-r1.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120-r1.ebuild index 47dad8b75542..145e42fb64b0 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120-r1.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120-r1.ebuild @@ -44,8 +44,7 @@ src_install() { dosbin xe-linux-distribution dosbin xe-update-guest-attrs - insinto $(get_udevdir)/rules.d - newins xen-vcpu-hotplug.rules 10-xen-vcpu-hotplug.rules + udev_newrules xen-vcpu-hotplug.rules 10-xen-vcpu-hotplug.rules if use xenstore; then dobin usr/bin/xeninfo @@ -55,6 +54,8 @@ src_install() { } pkg_postinst() { + udev_reload + if [ ! -e /etc/runlevels/boot/xe-daemon ]; then elog "To start the xe-daemon automatically by default" elog "you should add it to the boot runlevel :"