From garys@opusnet.com  Wed Oct  5 00:26:18 2005
Return-Path: <garys@opusnet.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 556E916A43C
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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" <garys@freebsd.org>
Reply-To: garys@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] bsdtar.c error msg names non-existant -F option
X-GNATS-Notify:

>Number:         86915
>Category:       bin
>Synopsis:       [patch] bsdtar.c error msg names non-existant -F option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kientzle
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 05 00:30:16 GMT 2005
>Closed-Date:    Sun Nov 06 22:30:26 GMT 2005
>Last-Modified:  Wed Nov 16 23:39:31 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-bugs->kientzle 
Responsible-Changed-By: rodrigc 
Responsible-Changed-When: Wed Oct 5 04:50:32 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86915 
State-Changed-From-To: open->closed 
State-Changed-By: kientzle 
State-Changed-When: Sun Nov 6 22:29:52 GMT 2005 
State-Changed-Why:  
Patch MFCed to 6-CURRENT 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86915 
>Unformatted:
