ports/70806: oinkmaster use tar options incompatible to bsdtar

Tim Kientzle kientzle at freebsd.org
Thu Aug 26 06:30:34 UTC 2004


The following reply was made to PR ports/70806; it has been noted by GNATS.

From: Tim Kientzle <kientzle at freebsd.org>
To: freebsd-gnats-submit at freebsd.org, sanewo at 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
 



More information about the freebsd-ports-bugs mailing list