diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-09-28 09:57:23 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-09-28 09:58:35 +0000 |
| commit | 5c8835e5c0ce34ee50eba92bb5f4de36139ae7ea (patch) | |
| tree | 00ad0fb7f897a527c27795f46b6f838e1ef6ec6d | |
| parent | c457acb4ee821cf015930a94f52c3870786468a7 (diff) | |
mixer(8): Update virtual_oss path
virtual_oss is part of base as of 9cab9fde5eda ("virtual_oss: Port to
base").
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D52322
| -rw-r--r-- | usr.sbin/mixer/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mixer/mixer.c b/usr.sbin/mixer/mixer.c index 70a35f71b25f..15e0eae69952 100644 --- a/usr.sbin/mixer/mixer.c +++ b/usr.sbin/mixer/mixer.c @@ -393,7 +393,7 @@ set_dunit(struct mixer *m, int dunit, char *vctl) warn("fork"); break; case 0: - rc = execl("/usr/local/sbin/virtual_oss_cmd", + rc = execl("/usr/sbin/virtual_oss_cmd", "virtual_oss_cmd", dev, opt, buf, NULL); if (rc < 0) warn("virtual_oss_cmd"); |
