Xavier Maillard wrote: >>FreeBSD 6-CURRENT no longer includes "gtar." >>In particular, the WITH_GTAR option is gone >>and "tar" will always invoke the "bsdtar" >>program. > > No flame, but just wanted to know why ? > > Cheers I can't speak for Tim, but I would say: 1. We don't need two tar implementations in the base. 2. bsdtar is BSD licensed, whereas gtar is GPL. 3. bsdtar is based on libarchive. Libarchive gives us the freedom to use tar features from a real library rather than using using system(). Hopefully the package system, and other utilities (cpio, pax) will ultimately use libarchive as well. 4. bsdtar is well written, reliable, and has the features that people actually use (since it has survived runs at the package cluster). I suspect the other BSD's will pick up bsdtar/libarchive as well, if they haven't already. Richard Coleman rcoleman_at_criticalmagic.comReceived on Sat Mar 26 2005 - 11:40:41 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:30 UTC