Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 May 2022 13:07:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 263691] /etc/devd/hyperv.conf belongs into FreeBSD-hyperv-tools
Message-ID:  <bug-263691-36141-TYJwGpFcy4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263691-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263691-36141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263691

--- Comment #2 from Mina Gali=C4=87 <me@igalic.co> ---
Created attachment 233660
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233660&action=
=3Dedit
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+=3D        asus.conf

 .if ${MK_HYPERV} !=3D "no"
 DEVD+=3D hyperv.conf
+PACKAGE_hyperv.conf=3D hyperv-tools
 .endif

 .if ${MK_USB} !=3D "no"
```

i can submit this to phabricator, too.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263691-36141-TYJwGpFcy4>