From owner-cvs-src@FreeBSD.ORG Sun Jul 25 23:10:38 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 58FB016A4CE; Sun, 25 Jul 2004 23:10:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5F343D31; Sun, 25 Jul 2004 23:10:38 +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 i6PNAc6x057953; Sun, 25 Jul 2004 23:10:38 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6PNAcxZ057952; Sun, 25 Jul 2004 23:10:38 GMT (envelope-from kientzle) Message-Id: <200407252310.i6PNAcxZ057952@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 25 Jul 2004 23:10:38 +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_by_name.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: Sun, 25 Jul 2004 23:10:38 -0000 kientzle 2004-07-25 23:10:38 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_by_name.c Log: Allow "posix" as a synonym for "pax". (The gtar folks chose "posix", which is really, really dumb and just going to cause confusion among people who understand that "ustar" is also a POSIX standard tar format.) Revision Changes Path 1.3 +1 -0 src/lib/libarchive/archive_write_set_format_by_name.c