Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2025 01:44:32 GMT
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 28ac62860b59 - stable/13 - mtree: Add missing libxo/encoder path
Message-ID:  <202502120144.51C1iWNo052337@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jlduran:

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

commit 28ac62860b5925214015bef77481b3f6696a4a88
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-02-05 19:50:21 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-02-12 01:41:52 +0000

    mtree: Add missing libxo/encoder path
    
    Reviewed by:    imp
    Approved by:    emaste (mentor)
    Fixes:  d1a0d267b78b ("Upgrade libxo to 0.4.5.")
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D48836
    
    (cherry picked from commit d10deaea12adb73a698d907a148f081c402d5dd6)
---
 etc/mtree/BSD.debug.dist | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/mtree/BSD.debug.dist b/etc/mtree/BSD.debug.dist
index 0d5a58f010a1..53eb1910304a 100644
--- a/etc/mtree/BSD.debug.dist
+++ b/etc/mtree/BSD.debug.dist
@@ -41,6 +41,10 @@
                 ..
                 i18n
                 ..
+                libxo
+                    encoder
+                    ..
+                ..
             ..
             libexec
                 bsdinstall



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502120144.51C1iWNo052337>