commit | c54fdc92310566ccff7a96ad415b9959f5087c93 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Apr 29 06:03:17 2014 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Apr 29 06:03:17 2014 -0500 |
tree | 6af68269d1290e44dc7c4c749bd31e192d7ed386 | |
parent | 7bcaf03f1506d338cde2f6d1b953d6ba6e5a7ea7 [diff] |
Teach cpio to set uid/gid and timestamp. (Timestamp has year 2100 problem.) Note that directory timestamps are still sometimes wrong because creating things in a directory can update the timestamp. Also, cp -r has logic to ensure we can write to a directory that doesn't have write permission, cpio does not. This is fixable, but not what existing cpio does.