CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/17 12:12:12
Modified files:
bin/pax : extern.h options.c tar.c
Log message:
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@
