Provide a pax format specific option handler
authorjca <jca@openbsd.org>
Wed, 17 Apr 2024 18:12:12 +0000 (18:12 +0000)
committerjca <jca@openbsd.org>
Wed, 17 Apr 2024 18:12:12 +0000 (18:12 +0000)
commit8df76133309eacd4092b091ee0504adb842322a5
treeaf8c86bacbb088321d37ae7a4e1ea265d855d87e
parent3e7fedf45eeb62ae56c2a1e1a65406e5987be117
Provide a pax format specific option handler

The existing tar_opt() implements support for -o write_opt=nodir for the
old tar and ustar formats. We don't really want to support it for the
pax format, and we want to be able to implement pax format specific
options (even if there are none right now).  ok millert@
bin/pax/extern.h
bin/pax/options.c
bin/pax/tar.c