cvs commit: src/usr.bin/tar read.c

[ Available lists | Index of cvs-src | Month of May 2004 | Week of 26 May 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Tim Kientzle <kientzle@FreeBSD.org>
Date
26 May 2004 21:35:59
Subject
cvs commit: src/usr.bin/tar read.c
Message-ID
200405270435.i4R4Zad7073168@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.051 seconds