Date: Wed, 27 Aug 2008 05:10:04 +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_write_disk.c Message-ID: <200808270510.m7R5ACaP004160@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-08-27 05:10:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive_write_disk.c Log: SVN rev 182242 on 2008-08-27 05:10:04Z by kientzle MFC r180270: Always plan to fix dir permissions if EXTRACT_PERM was specified. On filesystems with SysV-style SGID inheritance, the mode provided to mkdir() isn't necessarily the mode that landed on the disk, so this is often unavoidable. Revision Changes Path 1.12.2.13 +9 -5 src/lib/libarchive/archive_write_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808270510.m7R5ACaP004160>