Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2025 01:43:49 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: abada75ea8c8 - stable/14 - mtree: Add missing libxo/encoder path
Message-ID:  <202502120143.51C1hnZU051765@gitrepo.freebsd.org>

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

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

commit abada75ea8c8fca18b769241d38d97e31df44c74
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:37:09 +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 d601bd0883aa..5c855f1aaaf8 100644
--- a/etc/mtree/BSD.debug.dist
+++ b/etc/mtree/BSD.debug.dist
@@ -39,6 +39,10 @@
                 ..
                 i18n
                 ..
+                libxo
+                    encoder
+                    ..
+                ..
             ..
             libexec
                 bsdinstall



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