[Bug 28424] mtree(8) fails to report directory hierarchy mismatch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Dec 2024 18:53:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=28424 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: https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=58886 -- You are receiving this mail because: You are the assignee for the bug.