Date: Sun, 27 Jun 2004 01:08:55 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar write.c Message-ID: <200406270108.i5R18tFs082781@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004-06-27 01:08:54 UTC FreeBSD src repository Modified files: usr.bin/tar write.c Log: Don't abort immediately on directory change errors. Instead, display a warning, clean up, and let main() return the error. In particular, this means that chdir() problems won't leave broken archives, though they will prompt an error exit value. Revision Changes Path 1.24 +16 -6 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406270108.i5R18tFs082781>