From owner-cvs-src@FreeBSD.ORG Sat Aug 7 02:24:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD8816A4CF; Sat, 7 Aug 2004 02:24:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275E243D1F; Sat, 7 Aug 2004 02:24:21 +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 i772OLNc039058; Sat, 7 Aug 2004 02:24:21 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i772OL9k039057; Sat, 7 Aug 2004 02:24:21 GMT (envelope-from kientzle) Message-Id: <200408070224.i772OL9k039057@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 7 Aug 2004 02:24:21 +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_write_set_format_pax.c archive_write_set_format_ustar.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 07 Aug 2004 02:24:21 -0000 kientzle 2004-08-07 02:24:20 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c archive_write_set_format_ustar.c Log: Beef up the "cannot archive this" error message with the actual mode that failed, to help track down a bug. Revision Changes Path 1.15 +2 -1 src/lib/libarchive/archive_write_set_format_pax.c 1.11 +2 -1 src/lib/libarchive/archive_write_set_format_ustar.c