git: 5c8835e5c0ce - main - mixer(8): Update virtual_oss path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 09:58:55 UTC
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=5c8835e5c0ce34ee50eba92bb5f4de36139ae7ea commit 5c8835e5c0ce34ee50eba92bb5f4de36139ae7ea Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-09-28 09:57:23 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-09-28 09:58:35 +0000 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 --- usr.sbin/mixer/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");