mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
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
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= sndio
|
||||
DISTVERSION= 1.10.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://sndio.org/
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# PROVIDE: sndiod
|
||||
# REQUIRE: NETWORKING sysctl
|
||||
# BEFORE: DAEMON
|
||||
# BEFORE: DAEMON virtual_oss
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
Reference in New Issue
Block a user