Subject: CVS commit: src/usr.sbin/postinstall
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 10/05/2007 10:06:49
Module Name:	src
Committed By:	pavel
Date:		Fri Oct  5 10:06:49 UTC 2007

Modified Files:
	src/usr.sbin/postinstall: postinstall

Log Message:
do not use trap 0, it clobbers the exit status. Instead remove the
scratch directory in err(). Use err() instead of exit in one place to
ensure that the temporary directory is removed.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.