Date: Tue, 7 May 2024 06:51:14 GMT From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6ac1f02be34a - main - Add GBDE to ObsoleteFiles.inc Message-ID: <202405070651.4476pEPx009738@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=6ac1f02be34aeabc65409b8ad9c014ec78bca87f commit 6ac1f02be34aeabc65409b8ad9c014ec78bca87f Author: Poul-Henning Kamp <phk@FreeBSD.org> AuthorDate: 2024-05-07 06:50:52 +0000 Commit: Poul-Henning Kamp <phk@FreeBSD.org> CommitDate: 2024-05-07 06:50:52 +0000 Add GBDE to ObsoleteFiles.inc --- ObsoleteFiles.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 02477bbebd0b..c017ecaaf092 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,12 @@ # xargs -n1 | sort | uniq -d; # done +# 20240507: remove gbde +OLD_FILES+=boot/kernel/geom_bde.ko +OLD_FILES+=sbin/gbde +OLD_FILES+=usr/share/man/man4/gbde.4.gz +OLD_FILES+=usr/share/man/man8/gbde.8.gz + # 20240422: remove improperly installed libcxxrt.so.1 MOVED_LIBS+=usr/lib/libcxxrt.so.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405070651.4476pEPx009738>