git: e8daee321253 - stable/14 - ObsoleteFiles.inc: Remove old mixer(8) tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Oct 2023 19:26:00 UTC
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e8daee32125301676fb246671532abffbdca3e77 commit e8daee32125301676fb246671532abffbdca3e77 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-10-20 18:33:11 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-10-24 19:03:19 +0000 ObsoleteFiles.inc: Remove old mixer(8) tests These were removed when the new mixer(3) library was imported. PR: 274602 Fixes: 903873ce1560 Implement and use new mixer(3) library for FreeBSD. (cherry picked from commit f7c4f49649717000238184a975b2339bcd8c06d9) --- ObsoleteFiles.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 82caeac0db1d..396f4822b02b 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -2760,6 +2760,11 @@ OLD_FILES+=usr/share/man/man4/ng_h4.4.gz # 20210923: rename boot(9) to kern_reboot(9) OLD_FILES+=usr/share/man/man9/boot.9.gz +# 20210922: Old mixer(8) tests removed +OLD_FILES+=usr/tests/usr.sbin/mixer/Kyuafile +OLD_FILES+=usr/tests/usr.sbin/mixer/mixer_test +OLD_DIRS+=usr/tests/usr.sbin/mixer + # 20210921: remove cloudabi OLD_FILES+=usr/share/man/man4/cloudabi.4.gz OLD_FILES+=usr/share/man/man4/cloudabi32.4.gz