Date: Mon, 5 May 2025 19:27:54 GMT From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 330787ce3acd - main - ObsoleteFiles.inc: Remove audio(8) files after rename to sndctl(8) Message-ID: <202505051927.545JRs4C030357@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=330787ce3acdef628dd6d1df481321a9276afe67 commit 330787ce3acdef628dd6d1df481321a9276afe67 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-05-05 19:18:23 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-05-05 19:27:45 +0000 ObsoleteFiles.inc: Remove audio(8) files after rename to sndctl(8) Reported by: eduardo Reviewed by: kevans Fixes: 9a37f1024ceb ("Rename audio(8) to sndctl(8)") Sponsored by: The FreeBSD Foundation --- ObsoleteFiles.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 52cb219c6e89..1793eb4ba582 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20250505: Remove audio(8) files after rename to sndctl(8) +OLD_FILES+=usr/sbin/audio +OLD_FILES+=usr/share/man/man8/audio.8.gz + # 20250409: removal of iwlwifi firmware files OLD_FILES+=usr/share/doc/legal/intel_iwlwifi_firmware.LICENCE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505051927.545JRs4C030357>