The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=37164224eefd11278b0203e1367e1d9d1454da3f
commit 37164224eefd11278b0203e1367e1d9d1454da3f Author: Christos Margiolis <[email protected]> AuthorDate: 2026-01-15 17:53:55 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2026-01-15 17:53:55 +0000 libexec/rc/rc.d/Makefile: Remove duplicate mixer entry Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND") PR: 292436 Sponsored by: The FreeBSD Foundation MFC after: 4 days Reviewed by: ivy, emaste Differential Revision: https://reviews.freebsd.org/D54706 --- libexec/rc/rc.d/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index d0a6d10ad370..f25338c68766 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -36,7 +36,6 @@ CONFS= DAEMON \ linux \ local \ localpkg \ - mixer \ motd \ mountcritlocal \ mountcritremote \
