Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2022 16:16:44 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7ac164dc8e2e - main - pkgbase: move devd's hyperv.conf to hyperv-tools package
Message-ID:  <202205031616.243GGiw5054658@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=7ac164dc8e2ec3e6d3cda1d9ca13d461a534a6e8

commit 7ac164dc8e2ec3e6d3cda1d9ca13d461a534a6e8
Author:     Mina Galić <me+freebsd@igalic.co>
AuthorDate: 2022-05-02 14:49:43 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-05-03 16:15:54 +0000

    pkgbase: move devd's hyperv.conf to hyperv-tools package
    
    This devd config file is useless without hyperv-tools, so we're moving
    it into the hyperv-tools package. pr#263691
    
    PR:             263691
    MFC after:      3 days
---
 sbin/devd/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index ffc0a9a65a27..0bda9e1ecf95 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -13,7 +13,10 @@ DEVD+=	asus.conf
 .endif
 
 .if ${MK_HYPERV} != "no"
-DEVD+=	hyperv.conf
+CONFGROUPS+=	HYPERV
+HYPERVDIR=${DEVDDIR}
+HYPERV+=	hyperv.conf
+HYPERVPACKAGE=	hyperv-tools
 .endif
 
 .if ${MK_USB} != "no"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205031616.243GGiw5054658>