From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 5 00:30:22 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E01816A420 for ; Wed, 5 Oct 2005 00:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897FE43D6E for ; Wed, 5 Oct 2005 00:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j950UHIe020016 for ; Wed, 5 Oct 2005 00:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j950UHYf020015; Wed, 5 Oct 2005 00:30:17 GMT (envelope-from gnats) Resent-Date: Wed, 5 Oct 2005 00:30:17 GMT Resent-Message-Id: <200510050030.j950UHYf020015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, garys@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 556E916A43C for ; Wed, 5 Oct 2005 00:26:18 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEBC43D46 for ; Wed, 5 Oct 2005 00:26:17 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id ADA64B5700F4; Tue, 04 Oct 2005 17:26:14 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j950Th0K078307 for ; Tue, 4 Oct 2005 17:29:43 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j950TbIb078306; Tue, 4 Oct 2005 17:29:37 -0700 (PDT) (envelope-from garys@opusnet.com) Message-Id: <18ll18yff2.l18@mail.opusnet.com> Date: Tue, 04 Oct 2005 17:29:37 -0700 From: "Gary W. Swearingen" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: bin/86915: [patch] bsdtar.c error msg names non-existant -F option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: garys@FreeBSD.org List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 00:30:22 -0000 >Number: 86915 >Category: bin >Synopsis: [patch] bsdtar.c error msg names non-existant -F option >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 05 00:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gary W. Swearingen >Release: HEAD >Organization: >Environment: n/a >Description: bsdtar.c error msg names non-existant -F option >How-To-Repeat: >Fix: src/usr.bin/tar/bsdtar.1 --- bsdtar..orig.c Tue Oct 4 17:05:25 2005 +++ bsdtar.c Tue Oct 4 17:26:05 2005 @@ -547,7 +547,7 @@ only_mode(bsdtar, buff, "cxt"); } if (bsdtar->create_format != NULL) - only_mode(bsdtar, "-F", "c"); + only_mode(bsdtar, "--format", "c"); if (bsdtar->symlink_mode != '\0') { strcpy(buff, "-?"); buff[1] = bsdtar->symlink_mode; >Release-Note: >Audit-Trail: >Unformatted: