git: 1cde8b0a257a - stable/15 - mixer(8): Update virtual_oss path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 07:32:07 UTC
The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=1cde8b0a257afbf2da74877b5130bdab50d42917 commit 1cde8b0a257afbf2da74877b5130bdab50d42917 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-09-28 09:57:23 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-10-02 07:31:28 +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 (cherry picked from commit 5c8835e5c0ce34ee50eba92bb5f4de36139ae7ea) --- 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");