diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-01 10:04:19 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-01 10:06:55 +0000 |
| commit | bce8cdaf4cb184db577a5633e82bdabe24239af1 (patch) | |
| tree | ce1bacf30f2c27a4f4126be2be33f829e5556108 | |
| parent | b5e2bd5ef38181ce4a445ec19f1fa5cb6c8ea692 (diff) | |
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")
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 4 |
1 files changed, 1 insertions, 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" |
