1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/usr.bin/cpio
Tim Kientzle c9c5c49045 Test for a bug reported by Bernd Walter: In passthrough mode,
copying "dir/file" and then copying "dir" results in
"File on disk is not older; skipping" for the "dir" because
it was implicitly created by "dir/file."  Among other sins,
this means that "dir" ends up with the wrong permissions
and ownership.

This is actually a libarchive bug; fix is forthcoming.
2008-08-24 04:58:22 +00:00
..
test Test for a bug reported by Bernd Walter: In passthrough mode, 2008-08-24 04:58:22 +00:00
bsdcpio.1
cmdline.c Add --no-preserve-owner, which seems to be required by some ports. 2008-07-29 15:23:31 +00:00
config_freebsd.h Remove an unused define. 2008-07-05 05:15:07 +00:00
cpio_platform.h
cpio.c cpio should restore file flags and ACLs when they're available 2008-08-20 16:39:18 +00:00
cpio.h Mark functions as __dead2 in order to help the LLVM static checker 2008-08-04 01:25:48 +00:00
err.c
Makefile bsdcpio is now at version 1.0.0. 2008-07-05 05:17:33 +00:00
matching.c Rework line-processing framework to add support for --null and 2008-06-21 02:20:20 +00:00
matching.h
pathmatch.c
pathmatch.h