Date: Sun, 16 Mar 2025 20:08:29 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: afec5d1968e4 - stable/14 - ObsoleteFiles: Remove if_rtwn.4 removal Message-ID: <202503162008.52GK8TZI091528@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=afec5d1968e49f12ea368970a889062a8610c7ed commit afec5d1968e49f12ea368970a889062a8610c7ed Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-03-12 03:37:40 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-03-16 20:07:46 +0000 ObsoleteFiles: Remove if_rtwn.4 removal if_rtwn.4 was previously removed, but actually it is correct because the interfaces is called rtwn. Fixes: 4262dbc579823 MFC after: 3 days Reported by: bz Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D49323 (cherry picked from commit 732c16884215c0117d5ee3df79ca79c21ad07e19) --- ObsoleteFiles.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 244089fd2d4f..f3fec428ff4a 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -12120,8 +12120,6 @@ OLD_FILES+=usr/bin/llvm-pdbdump OLD_FILES+=usr/share/man/man2/pdwait4.2.gz # 20170610: chown-f_test replaced by chown_test OLD_FILES+=usr/tests/usr.sbin/chown/chown-f_test -# 20170609: drop obsolete manpage link (if_rtwn.ko -> rtwn.ko) -OLD_FILES+=usr/share/man/man4/if_rtwn.4.gz # 20170531: removal of groff OLD_FILES+=usr/bin/addftinfo OLD_FILES+=usr/bin/afmtodit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503162008.52GK8TZI091528>