aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2023-08-05 06:02:27 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2023-08-05 06:02:27 +0000
commit995d2b3e3bcf69a0d705e41c98b1cb85c7a6316b (patch)
tree7b6c0f23391174d670089ef0fef395277f2e78c3 /ObsoleteFiles.inc
parente77f4e7f597261bc873227a0dfc05d178c367727 (diff)
downloadsrc-995d2b3e3bcf69a0d705e41c98b1cb85c7a6316b.tar.gz
src-995d2b3e3bcf69a0d705e41c98b1cb85c7a6316b.zip
ObsoleteFiles.inc: Don't try and delete /usr/lib32/libdtrace.so.2
OLD_FILES and OLD_LIBS implicitly include the libcompat variant, whereas MOVED_LIBS exists specifically for files that have moved between /lib and /usr/lib, and thus don't get a libcompat equivalent. Reported by: des Fixes: 5fd1da4d8501 ("ObsoleteFiles.inc: Add an entry for libdtrace.so.2 in /usr/lib")
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 67bdb1f3d8e0..d77ced3c817d 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -56,7 +56,7 @@
OLD_FILES+=usr/include/net/iflib_private.h
# 20230802: Remove a copy of libdtrace.so installed to the wrong path
-OLD_FILES+=usr/lib/libdtrace.so.2
+MOVED_LIBS+=usr/lib/libdtrace.so.2
# 20230726: Removal of support for the VTOC8 partitioning scheme
OLD_FILES+=usr/include/sys/disk/vtoc.h