kientzle 2004/05/26 21:35:36 PDT
FreeBSD src repository
Modified files:
usr.bin/tar read.c
Log:
Minor corrections to error handling and user notifications:
* Move format/compression reporting to end of output, since
we don't always know the input format until then.
* Set bsdtar exit value to 1 if any file could not be restored.
* Generate gtar-style warning when stripping leading '/' characters.
* Warn when removing symlinks.
Revision Changes Path
1.8 +26 -23 src/usr.bin/tar/read.c