diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-10-10 20:32:41 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-10-10 20:33:04 +0000 |
| commit | 47a060bc66e9d2ee24417f58b8e58d13e7dd2250 (patch) | |
| tree | 2da2c79a306f638b83eb58e09b2d377d55450bbe | |
| parent | bd3fcf92597e0b0e18f7d386f1b3ae0e16b8c595 (diff) | |
audio/sndio: Add virtual_oss to rcorder
Because virtual_oss(8) might be configured to use sndio devices, we
should make sure that sndiod starts before the virtual_oss service.
Sponsored by: The FreeBSD Foundation
Reviewed by: arrowd, emaste, des
Differential Revision: https://reviews.freebsd.org/D53020
| -rw-r--r-- | audio/sndio/Makefile | 1 | ||||
| -rw-r--r-- | audio/sndio/files/sndiod.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/sndio/Makefile b/audio/sndio/Makefile index d9ade9c86ac6..ba06c1cf2cbf 100644 --- a/audio/sndio/Makefile +++ b/audio/sndio/Makefile @@ -1,5 +1,6 @@ PORTNAME= sndio DISTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://sndio.org/ diff --git a/audio/sndio/files/sndiod.in b/audio/sndio/files/sndiod.in index 243832c1c821..890d10488c3f 100644 --- a/audio/sndio/files/sndiod.in +++ b/audio/sndio/files/sndiod.in @@ -2,7 +2,7 @@ # PROVIDE: sndiod # REQUIRE: NETWORKING sysctl -# BEFORE: DAEMON +# BEFORE: DAEMON virtual_oss # KEYWORD: shutdown . /etc/rc.subr |
