Date: Tue, 31 Mar 2015 19:39:06 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 199075] mtree -F freebsd9 not consistent with fmtree Message-ID: <bug-199075-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199075 Bug ID: 199075 Summary: mtree -F freebsd9 not consistent with fmtree Product: Base System Version: 10.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: thomas@FreeBSD.org Created attachment 155066 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155066&action=edit patch The -F freebsd9 (n)mtree command line switch is supposed to produce output that is compatible with the legacy FreeBSD (f)mtree format. However, extra files are reported differently: + mkdir foo + cd foo + touch bar + mtree -c + touch fred + mtree -f /tmp/m -F freebsd9 . changed modification time expected Tue Mar 31 21:34:20 2015 found Tue Mar 31 21:34:20 2015 extra: fred + fmtree -f /tmp/m . changed modification time expected Tue Mar 31 21:34:20 2015 found Tue Mar 31 21:34:20 2015 fred extra -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199075-8>
