Date: Thu, 20 Nov 2025 13:54:43 +0000 From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 9cafea4c44a7 - stable/15 - ObsoleteFiles.inc: Fix up incorrect merge Message-ID: <691f1da3.2ebcb.2448e8f6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=9cafea4c44a7046ac2ac15b28471f9e09fceb6f9 commit 9cafea4c44a7046ac2ac15b28471f9e09fceb6f9 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-11-20 13:46:43 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-11-20 13:47:44 +0000 ObsoleteFiles.inc: Fix up incorrect merge This is a direct commit to stable/15. Reported by: des Fixes: 838c8027f9d8 ("libexec/kgdb: Add new modules and install them together with debug info") --- ObsoleteFiles.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d9ef4033911e..6a61bf537561 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -62,9 +62,6 @@ OLD_FILES+=usr/lib/libnss_tacplus.a OLD_FILES+=usr/libexec/kgdb/acttrace.py OLD_DIRS+=usr/libexec/kgdb -# 20251001: test helper sendto-IP_MULTICAST_IF renamed -OLD_FILES+=usr/tests/sys/netinet/sendto-IP_MULTICAST_IF - # 20250930: Rename wlanstats to wlanstat OLD_FILES+=usr/sbin/wlanstats OLD_FILES+=usr/share/man/man8/wlanstats.8.gzhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691f1da3.2ebcb.2448e8f6>
