diff options
author | Christos Margiolis <christos@FreeBSD.org> | 2025-06-03 12:31:04 +0200 |
---|---|---|
committer | Christos Margiolis <christos@FreeBSD.org> | 2025-06-03 12:31:35 +0200 |
commit | 7b5548779bb1a5e86c2a340ebab352e685e018d6 (patch) | |
tree | f3e92c1a469c6a0c11c1608cc6fae9956581a214 | |
parent | devel/simgear: Fix build with boost 1.88 (diff) |
audio/virtual_oss: Start service after ldconfig
If virtual_oss is built with sndio enabled, the service might not start
successfuly on boot if ldconfig has not already updated the shared
library cache.
Proposed by: atagster@gmail.com
PR: 287198
Sponsored by: The FreeBSD Foundation
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D50635
-rw-r--r-- | audio/virtual_oss/files/virtual_oss.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/virtual_oss/files/virtual_oss.in b/audio/virtual_oss/files/virtual_oss.in index 703e9ae79129..16ce2ea981c6 100644 --- a/audio/virtual_oss/files/virtual_oss.in +++ b/audio/virtual_oss/files/virtual_oss.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: virtual_oss -# REQUIRE: kld +# REQUIRE: kld ldconfig # BEFORE: LOGIN sndiod # KEYWORD: shutdown |