FreeBSD Bugzilla – Attachment 233702 Details for
Bug 263691
/etc/devd/hyperv.conf belongs into FreeBSD-hyperv-tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
move devd's hyperv.conf to hyperv-tools
19d254df26ed9ad06e22ed80134ef18ff0f56a8f.patch (text/plain), 802 bytes, created by
Mina Galić
on 2022-05-03 16:10:20 UTC
(
hide
)
Description:
move devd's hyperv.conf to hyperv-tools
Filename:
MIME Type:
Creator:
Mina Galić
Created:
2022-05-03 16:10:20 UTC
Size:
802 bytes
patch
obsolete
>From 19d254df26ed9ad06e22ed80134ef18ff0f56a8f Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Mina=20Gali=C4=87?= <me+freebsd@igalic.co> >Date: Mon, 2 May 2022 15:49:43 +0100 >Subject: [PATCH] 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 >--- > 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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263691
:
233660
| 233702