From owner-cvs-src@FreeBSD.ORG Fri Mar 2 16:44:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C0B116A402; Fri, 2 Mar 2007 16:44:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 62E4D13C4A7; Fri, 2 Mar 2007 16:44:58 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l22GiwjE060268; Fri, 2 Mar 2007 16:44:58 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l22Giwij060267; Fri, 2 Mar 2007 16:44:58 GMT (envelope-from kientzle) Message-Id: <200703021644.l22Giwij060267@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 2 Mar 2007 16:44:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive archive_read_extract.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 16:44:58 -0000 kientzle 2007-03-02 16:44:58 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_extract.c Log: Force the umask to something predictable while creating objects on disk. In particular, this fixes tar -xp restore of mode bits. Revision Changes Path 1.51 +2 -1 src/lib/libarchive/archive_read_extract.c