Date: Wed, 12 Jun 2002 04:27:19 +0200 From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE> Cc: freebsd stable <freebsd-stable@FreeBSD.ORG>, freebsd current <freebsd-current@FreeBSD.ORG> Subject: Re: pax fix (was Re: WARNING! New GNU Tar in 5-CURRENT could erroneously create world writeable dirs) Message-ID: <20020612022718.GA87876@gits.dyndns.org> In-Reply-To: <20020612010745.GB560@no-support.loc> References: <20020607112731.GB28015@gits.dyndns.org> <200206112349.g5BNnu6I044254@gits.gits.dyndns.org> <20020612010745.GB560@no-support.loc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 12, 2002 at 03:07:45AM +0200, Bjoern Fischer wrote: > > PS : I've finished to merge diffs from OpenBSD last week, but diffs > > w/ NetBSD are really big... so, be patient :P > > What about bin/35886? already done using the NetBSD way. the problem is that they use LC_TIME (hugh!) to pass the format string to strftime while LC_TIME isn't suppose to contain any format strings but a locale name. so, I don't know yet how to handle this case. whatever, I'm not sure that adding a yet another non portable option would be good. how about using env var PAX_TIMEFMT instead ? something is missing in the SUSV3 standard. -o can't be use for reading (not extracting -- aka no -r nor -w) archive. in other way, I would like to say something like this : pax -o freebsd.timefmt=... -f archive but I can't w/o breaking the standard! grrr. search for the VENDOR keyword in the the following URL for details : http://www.opengroup.org/onlinepubs/007904975/utilities/pax.html Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020612022718.GA87876>