Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Oct 2005 17:29:37 -0700
From:      "Gary W. Swearingen" <garys@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/86915: [patch] bsdtar.c error msg names non-existant -F option
Message-ID:  <18ll18yff2.l18@mail.opusnet.com>
Resent-Message-ID: <200510050030.j950UHYf020015@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18ll18yff2.l18>