Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2004 06:30:33 GMT
From:      Tim Kientzle <kientzle@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/70806: oinkmaster use tar options incompatible to bsdtar
Message-ID:  <200408260630.i7Q6UX7M030152@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70806; it has been noted by GNATS.

From: Tim Kientzle <kientzle@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, sanewo@ba2.so-net.ne.jp
Cc:  
Subject: Re: ports/70806: oinkmaster use tar options incompatible to bsdtar
Date: Wed, 25 Aug 2004 23:29:01 -0700

 You might also just remove the -P option.
 In gtar, -P has no effect when used with -t.
 
 $ gtar -cPf - /etc | gtar -tf - | head
 /etc/
 /etc/defaults/
 /etc/defaults/rc.conf
 /etc/defaults/pccard.conf
 
 $ gtar -cPf - /etc | gtar -tPf - | head
 /etc/
 /etc/defaults/
 /etc/defaults/rc.conf
 /etc/defaults/pccard.conf
 



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