diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-29 12:18:30 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-29 12:18:30 +0000 |
commit | ffe9629a5082b592df7f244740ad5261b00a3efc (patch) | |
tree | 254a0edb71ae6578f8540d1822e7bf86805bfc11 /bin | |
parent | 6a36b63b6e39a16419ce054f6dea04e65c3add07 (diff) |
work around the missing (gtar) -T (--files-from) option of our paxtar
in pkg_create so that it should work now with paxtar (the -X option is
still missing due to missing -X - in the gtar meaning --exclude-from-file
option)
i did it by changing the FreeBSD way of doing it (open a pipe to tar with
-T - (read filenames from stdin) and give all the filenames to the pipe)
to constructing a big :-) argumentlist for tar and executing it without
the pipe (not the best solution but it works :-)
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions