bin/86915: [patch] bsdtar.c error msg names non-existant -F option

Gary W. Swearingen garys at FreeBSD.org
Tue Oct 4 17:30:22 PDT 2005


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


More information about the freebsd-bugs mailing list