Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2026 06:42:43 +0000
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8d99314a044c - main - mtree: Add missing entries
Message-ID:  <69c0e0e3.38bf9.3506b43c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jlduran:

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

commit 8d99314a044cfb58183087894592c3ec5be99be6
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-03-23 06:41:59 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-03-23 06:41:59 +0000

    mtree: Add missing entries
    
    Add missing mtree directory entries.  Without them, the resulting
    worldstage METALOG file would produce an invalid (incomplete) mtree
    specification file.
    
    Reviewed by:    ivy
    Differential Revision:  https://reviews.freebsd.org/D56013
---
 etc/mtree/BSD.debug.dist | 8 ++++++++
 etc/mtree/BSD.tests.dist | 4 ++++
 2 files changed, 12 insertions(+)

diff --git a/etc/mtree/BSD.debug.dist b/etc/mtree/BSD.debug.dist
index 5eabea923cbd..8c333be48201 100644
--- a/etc/mtree/BSD.debug.dist
+++ b/etc/mtree/BSD.debug.dist
@@ -49,6 +49,12 @@
                 ..
                 krb5
                     plugins
+                        kdb
+                        ..
+                        preauth
+                        ..
+                        tls
+                        ..
                     ..
                 ..
                 libxo
@@ -57,6 +63,8 @@
                 ..
                 ossl-modules
                 ..
+                virtual_oss
+                ..
             ..
             libexec
                 bsdinstall
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist
index bb1e40e69ba0..884a5aba18f1 100644
--- a/etc/mtree/BSD.tests.dist
+++ b/etc/mtree/BSD.tests.dist
@@ -85,6 +85,8 @@
     cddl
         lib
         ..
+        oclo
+        ..
         sbin
         ..
         usr.bin
@@ -461,6 +463,8 @@
         ..
         libutil
         ..
+        libutil++
+        ..
         libxo
         ..
         msun


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c0e0e3.38bf9.3506b43c>