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: tho...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to