]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286010: ar: enable deterministic mode by default
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Sep 2015 00:23:36 +0000 (00:23 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 25 Sep 2015 00:23:36 +0000 (00:23 +0000)
commitcb8297402d79fceb93e1a8d6a0df105d6db55e91
tree06492d8b35a9c18f92843a41882499bda7b28b60
parent2e2ded9e5b43480e0c6bbaa5d9d20f711e989187
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@288202 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/ar/ar.1
usr.bin/ar/ar.c