[Bug 199075] mtree -F freebsd9 not consistent with fmtree

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 31 19:39:06 UTC 2015


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 at FreeBSD.org
          Reporter: thomas at 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.


More information about the freebsd-bugs mailing list