diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-10-10 13:07:23 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-10-10 21:23:31 +0000 |
| commit | 2a6c17544e00b2f1a081bab501c079e5d70aa74c (patch) | |
| tree | 86388960904a74682781768747decc40166801d1 /libexec | |
| parent | fb939e88ba192fc75ebcbc863bcf1523e65a756b (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.d/virtual_oss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/virtual_oss b/libexec/rc/rc.d/virtual_oss index 4f5c34ce03f3..b9c830617385 100644 --- a/libexec/rc/rc.d/virtual_oss +++ b/libexec/rc/rc.d/virtual_oss @@ -1,8 +1,8 @@ #!/bin/sh # PROVIDE: virtual_oss -# REQUIRE: kld ldconfig -# BEFORE: LOGIN sndiod +# REQUIRE: NETWORKING kld ldconfig +# BEFORE: LOGIN # KEYWORD: shutdown . /etc/rc.subr |
