Date: Sun, 27 Jun 2004 05:59:15 +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_read_extract.c Message-ID: <200406270559.i5R5xFnf091013@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004-06-27 05:59:15 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: * The mode for implicitly-created dirs is now 0777 modified by the umask in effect when the archive is closed * Correct a typo that broke implicit dir creation for non-directories. Thanks to: Garret A Wollman for pointing out my umask oversight Revision Changes Path 1.22 +6 -4 src/lib/libarchive/archive_read_extract.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406270559.i5R5xFnf091013>