The branch main has been updated by jhb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=39fea5c8dc598021e900c4feaf0e18111fda57b2

commit 39fea5c8dc598021e900c4feaf0e18111fda57b2
Author:     John Baldwin <j...@freebsd.org>
AuthorDate: 2025-08-20 14:02:40 +0000
Commit:     John Baldwin <j...@freebsd.org>
CommitDate: 2025-08-20 14:05:03 +0000

    ObsoleteFiles.inc: Don't remove /usr/share/et
    
    This directory is in use again.
    
    Fixes:          5105e1ebecc7 ("krb5: Fix the installed compile_et")
---
 ObsoleteFiles.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index aaec7ace84fc..95d4c06fe07e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -76,7 +76,6 @@ OLD_FILES+=usr/lib/libopencsd.so
 
 # 20250801: Move compile_et to /usr/sbin
 OLD_FILES+=usr/share/et/compile_et
-OLD_DIRS+=usr/share/et
 
 # 20250728: zfsboot (MBR) removed
 OLD_FILES+=boot/zfsboot

Reply via email to