Date: Wed, 1 Jun 2005 15:44:23 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_entry.c archive_entry.h archive_write_set_format_pax.c Message-ID: <200506011544.j51FiNKr046434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506011544.j51FiNKr046434>