mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
failed path is one which was specified on the command line. This is a compromise between the situation prior to revision 1.57 (where a race between tar(1) and rm(1) could cause tar(1) to spuriously report an error) and the situation after revision 1.57 (where "tar -c /no/such/path" prints a warning but returns with an exit code of zero). Inspired by: rafan MFC after: 1 week |
||
|---|---|---|
| .. | ||
| test | ||
| bsdtar.1 | ||
| bsdtar.c | ||
| bsdtar.h | ||
| bsdtar_platform.h | ||
| config_freebsd.h | ||
| COPYING | ||
| getdate.y | ||
| Makefile | ||
| matching.c | ||
| read.c | ||
| tree.c | ||
| tree.h | ||
| util.c | ||
| write.c | ||