Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Dec 2024 18:53:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 28424] mtree(8) fails to report directory hierarchy mismatch
Message-ID:  <bug-28424-227-E1SuUz8l25@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-28424-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-28424-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D28424

Jose Luis Duran <jlduran@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlduran@FreeBSD.org
             Status|Open                        |In Progress

--- Comment #10 from Jose Luis Duran <jlduran@FreeBSD.org> ---
This bug is still reproducible (with NetBSD's mtree (nmtree):

    # mkdir -p testdir/bar
    # mtree -cd -R time -p testdir >output
    # rm -fr testdir/bar
    # mtree -d -f output -p testdir && echo 'hierarchy matches spec'
    ./bar missing
    hierarchy matches spec

A simple patch has been proposed upstream:=20

https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=3D58886

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-28424-227-E1SuUz8l25>