From 5fd1da4d8501a30ae3848c19f24205d4ee1e43f6 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 2 Aug 2023 09:24:06 -0400 Subject: [PATCH] ObsoleteFiles.inc: Add an entry for libdtrace.so.2 in /usr/lib There was a window between commits 4ae699122810 ("dtrace: Add WITH_DTRACE_ASAN") and 848ff9bc1b97 ("libdtrace: Explicitly set SHLIBDIR and SHLIB_MAJOR") where libdtrace.so.2 was being installed to /usr/lib instead of /lib. --- ObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 295d718932e..6e93c9381c5 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -52,6 +52,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20230802: Remove a copy of libdtrace.so installed to the wrong path +OLD_FILES+=usr/lib/libdtrace.so.2 + # 20230726: Removal of support for the VTOC8 partitioning scheme OLD_FILES+=usr/include/sys/disk/vtoc.h OLD_FILES+=usr/include/sys/vtoc.h