From owner-cvs-all@FreeBSD.ORG Thu Jun 17 03:09:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E602B16A4CE; Thu, 17 Jun 2004 03:09:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C740743D1D; Thu, 17 Jun 2004 03:09:06 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5H39646031105; Thu, 17 Jun 2004 03:09:06 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5H396gx031104; Thu, 17 Jun 2004 03:09:06 GMT (envelope-from kientzle) Message-Id: <200406170309.i5H396gx031104@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 17 Jun 2004 03:09:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 03:09:07 -0000 kientzle 2004-06-17 03:09:06 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Always restore permissions for regular files, even if the file already exists on disk. Pointed out by: www/resin3 port (whose distfile contains the same file twice with different permissions and relies on the permissions associated with the second instance) Thanks again to: Kris Kennaway Revision Changes Path 1.19 +3 -1 src/lib/libarchive/archive_read_extract.c