From owner-cvs-all@FreeBSD.ORG Tue Dec 26 05:27:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74B4716A407; Tue, 26 Dec 2006 05:27:50 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4E49513C479; Tue, 26 Dec 2006 05:27:50 +0000 (UTC) (envelope-from cperciva@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 kBQ5RoxP003097; Tue, 26 Dec 2006 05:27:50 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBQ5RoOv003096; Tue, 26 Dec 2006 05:27:50 GMT (envelope-from cperciva) Message-Id: <200612260527.kBQ5RoOv003096@repoman.freebsd.org> From: Colin Percival Date: Tue, 26 Dec 2006 05:27:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 26 Dec 2006 05:27:50 -0000 cperciva 2006-12-26 05:27:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/tar bsdtar.c bsdtar.h Log: MFC revisions 1.68-1.71 of bsdtar.c, 1.25 of bsdtar.h: * Remove nonexistant -F option from getopts string. * Correct the names of some options. * Check for -U and --strip-components options in inappropriate contexts. Revision Changes Path 1.63.2.4 +6 -2 src/usr.bin/tar/bsdtar.c 1.23.2.2 +4 -4 src/usr.bin/tar/bsdtar.h