mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Allow "posix" as a synonym for "pax". (The gtar folks chose "posix",
which is really, really dumb and just going to cause confusion among people who understand that "ustar" is also a POSIX standard tar format.)
This commit is contained in:
parent
3242376072
commit
e5cdebc19e
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ struct { const char *name; int (*setter)(struct archive *); } names[] =
|
|||
{
|
||||
{ "cpio", archive_write_set_format_cpio },
|
||||
{ "pax", archive_write_set_format_pax },
|
||||
{ "posix", archive_write_set_format_pax },
|
||||
{ "shar", archive_write_set_format_shar },
|
||||
{ "shardump", archive_write_set_format_shar_dump },
|
||||
{ "ustar", archive_write_set_format_ustar },
|
||||
|
|
|
|||
Loading…
Reference in a new issue