The branch main has been updated by jhb:

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

commit a4b248b883cc2ade1a394a21ad108b851b4d454c
Author:     John Baldwin <[email protected]>
AuthorDate: 2024-07-31 19:00:11 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2024-07-31 19:25:55 +0000

    ObsoleteFiles.inc: Remove usr/share/examples/IPv6
    
    Reported by:    Mark Millard <[email protected]>
    Fixes:          4339f1e667ff share/examples/IPv6/USAGE: remove
---
 ObsoleteFiles.inc      | 4 ++++
 etc/mtree/BSD.usr.dist | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 01e612bfaf66..d1851d2d5d33 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -577,6 +577,10 @@ 
OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/system-status.ok2
 # 20240211: caroot bundle updated
 OLD_FILES+=usr/share/certs/trusted/Security_Communication_Root_CA.pem
 
+# 20240202: remove obsolete share/examples/IPv6/USAGE
+OLD_FILES+=usr/share/examples/IPv6/USAGE
+OLD_DIRS+=usr/share/examples/IPv6
+
 # 20240122: callout_async_drain() removed
 OLD_FILES+=usr/share/man/man9/callout_async_drain.9.gz
 
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index 193184c3a134..13541aac1dd4 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -254,8 +254,6 @@
             ..
             FreeBSD_version
             ..
-            IPv6
-            ..
             bhyve
             ..
             bootforth

Reply via email to