Re: BSD tar broken file name parsing

2006-07-15 Thread Tim Kientzle
File a bug and I'll take a look at it. Bonus if you can check this on -CURRENT; I have fixed a bunch of problems in -CURRENT that aren't yet merged into 6.x but I can't remember right now if this is one of them. Ti Steven Hartland wrote: Just had a really strange one, on a fresh 6.1 install ta

Re: BSD tar broken file name parsing

2006-07-08 Thread Brooks Davis
On Sat, Jul 08, 2006 at 01:26:21AM +0100, Steven Hartland wrote: > Just had a really strange one, on a fresh 6.1 install > tar will not extract named files e.g. > tar -xvzPf my.tar.gz /usr/local/etc/apache/httpd.conf > > The above fails to extract the file which quite > clearly exists: > tar -tvzP

BSD tar broken file name parsing

2006-07-07 Thread Steven Hartland
Just had a really strange one, on a fresh 6.1 install tar will not extract named files e.g. tar -xvzPf my.tar.gz /usr/local/etc/apache/httpd.conf The above fails to extract the file which quite clearly exists: tar -tvzPf my.tar.gz | grep /usr/local/etc/httpd.conf -rw-r--r-- 0 root wheel 3720