[Bug 263691] /etc/devd/hyperv.conf belongs into FreeBSD-hyperv-tools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 May 2022 13:07:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263691 --- Comment #2 from Mina Galić <me@igalic.co> --- Created attachment 233660 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233660&action=edit move devd's hyperv.conf to hyperv-tools following the example in share/examples/Makefile, i believe that this patch would solve the problem: ``` diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index ffc0a9a65a27..7bbf3ed2c059 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -14,6 +14,7 @@ DEVD+= asus.conf .if ${MK_HYPERV} != "no" DEVD+= hyperv.conf +PACKAGE_hyperv.conf= hyperv-tools .endif .if ${MK_USB} != "no" ``` i can submit this to phabricator, too. -- You are receiving this mail because: You are on the CC list for the bug.