cvs commit: src/lib/libarchive archive_entry.c archive_entry.h
archive_write_set_format_pax.c
Tim Kientzle
kientzle at FreeBSD.org
Wed Jun 1 08:44:23 PDT 2005
kientzle 2005-06-01 15:44:23 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_entry.c archive_entry.h
archive_write_set_format_pax.c
Log:
A minor refinement to "pax" output: Remove suid/sgid/sticky bits
from mode before using mode for extended attributes entry, copy
mtime/atime/ctime to extended attributes entry so it's a little more
clear that it corresponds to the like-named regular entry.
MFC after: 14 days
Revision Changes Path
1.27 +14 -0 src/lib/libarchive/archive_entry.c
1.14 +2 -0 src/lib/libarchive/archive_entry.h
1.27 +22 -0 src/lib/libarchive/archive_write_set_format_pax.c
More information about the cvs-src
mailing list