Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/13/2004 23:10:14
Module Name: src
Committed By: matt
Date: Fri Feb 13 23:10:14 UTC 2004
Modified Files:
src/bin/pax: extern.h file_subs.c pax.c
Log Message:
When pax catches a signal and cleans up, make sure to remove any temporary
file that was being extracted to. This will prevent pax from leaving
droppings when you hit ^C.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/bin/pax/extern.h src/bin/pax/file_subs.c
cvs rdiff -r1.32 -r1.33 src/bin/pax/pax.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.