git: bce8cdaf4cb1 - main - rc.d: Fix package for virtual_oss
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Oct 2025 10:09:49 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=bce8cdaf4cb184db577a5633e82bdabe24239af1
commit bce8cdaf4cb184db577a5633e82bdabe24239af1
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-01 10:04:19 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-01 10:06:55 +0000
rc.d: Fix package for virtual_oss
There is no virtual_oss package. Install the virtual_oss script in
rc, since there's currently no specific package for sound utilities.
This fixes the pkgbase build.
Fixes: f040ee6e4078 ("virtual_oss: Do not build if WITHOUT_CUSE is set")
---
libexec/rc/rc.d/Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index cd55a05f545e..4f2d63c06e19 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -216,9 +216,7 @@ CCDPACKAGE= ccdconfig
.endif
.if ${MK_CUSE} != "no"
-CONFGROUPS+= VOSS
-VOSS= virtual_oss
-VOSSPACKAGE= virtual_oss
+CONFS+= virtual_oss
.endif
.if ${MK_KERBEROS_SUPPORT} != "no"