Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144544496
D3190.id7272.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
693 B
Referenced Files
None
Subscribers
None
D3190.id7272.diff
View Options
Index: usr.bin/ar/ar.1
===================================================================
--- usr.bin/ar/ar.1
+++ usr.bin/ar/ar.1
@@ -210,6 +210,7 @@
.Ar .
This ensures that checksums on the resulting archives are reproducible
when member contents are identical.
+This option is enabled by default.
If multiple
.Fl D
and
Index: usr.bin/ar/ar.c
===================================================================
--- usr.bin/ar/ar.c
+++ usr.bin/ar/ar.c
@@ -104,6 +104,8 @@
bsdar = &bsdar_storage;
memset(bsdar, 0, sizeof(*bsdar));
+ /* Enable deterministic mode by default. */
+ bsdar->options |= AR_D;
if ((bsdar->progname = getprogname()) == NULL)
bsdar->progname = "ar";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 10, 10:03 AM (10 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28620391
Default Alt Text
D3190.id7272.diff (693 B)
Attached To
Mode
D3190: ar: enable deterministic mode by default
Attached
Detach File
Event Timeline
Log In to Comment