Your message dated Thu, 30 Jul 2009 17:12:43 -0700
with message-id <1248999163.6950.109.camel@xxxxxxxxxxxxxxxxxxxx>
and subject line Re: tar: Command line parsing changed
has caused the Debian Bug report #317799,
regarding tar: Command line parsing changed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@xxxxxxxxxxxxxxx
immediately.)
--
317799:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317799
Debian Bug Tracking System
Contact owner@xxxxxxxxxxxxxxx with problems
--- Begin Message ---
|
Subject: |
tar: Command line parsing changed |
Package: tar
Version: 1.15.1-2
Severity: normal
Hi, I noticed that tar in sid behaves differently than the one in sarge.
In particular if I do:
tar -zc directory -f file.tar.gz
it outputs to standard output, rather than to the file. Instead
tar -zcf file.tar.gz directory
works. This is annoying for people used to the old syntax, and so I
think it's worth fixing or at least a warning to the user!
Thanks,
Guido
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.10tie00
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages tar depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
tar recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
|
Subject: |
Re: tar: Command line parsing changed |
tags 317799 fixed
thanks
On Mon, 11 Jul 2005 18:35:11 +0300 Guido Trotter wrote:
> Hi, I noticed that tar in sid behaves differently than the one in sarge.
>
> In particular if I do:
>
> tar -zc directory -f file.tar.gz
>
> it outputs to standard output, rather than to the file.
Hi Guido,
Thank you for your bug report. I don't know when this bug was first
fixed, but I just verified that with the version of tar in Debian
unstable (1.22) it is fixed. Specifically:
$ tar -zc directory -f file.tar.gz
$ ls -l file.tar.gz
-rw-r--r-- 1 cworth cworth 149 2009-07-30 17:12 file.tar.gz
Happy hacking,
-Carl
signature.asc
Description: This is a digitally signed message part
--- End Message ---