https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196929
--- Comment #9 from [email protected] --- A commit references this bug: Author: emaste Date: Fri Sep 25 00:23:37 UTC 2015 New revision: 288202 URL: https://svnweb.freebsd.org/changeset/base/288202 Log: MFC r286010: ar: enable deterministic mode by default Ar cannot handle UIDs with more than 6 digits, and storing the mtime, uid, gid and mode provides little to negative value anyhow for ar's uses. Turn on deterministic (-D) mode by default; it can be disabled by the user with -U. Also MFC follow-on fixes in r286024 and r287324. PR: 196929 Relnotes: Yes Sponsored by: The FreeBSD Foundation Changes: _U stable/10/ stable/10/usr.bin/ar/ar.1 stable/10/usr.bin/ar/ar.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
