kientzle 2005-09-24 21:19:57 UTC
FreeBSD src repository
Modified files:
usr.bin/tar write.c
Log:
Fix -u with absolute paths (e.g., "tar -uf foo.tar /bar") by handling
pathname edits before comparing pathnames on disk to those in the archive.
Thanks to: Gareth Bailey, Lowell Gilbert
Revision Changes Path
1.42 +12 -12 src/usr.bin/tar/write.c