Subject: CVS commit: src/usr.sbin/sup/source
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/20/2007 20:15:59
Module Name:	src
Committed By:	christos
Date:		Thu Dec 20 20:15:59 UTC 2007

Modified Files:
	src/usr.sbin/sup/source: scan.c

Log Message:
If the filesystem where the scan file resides got full while the scanner is
running, you can end up with an incomplete scan file because there was no
error checking done. Then sup will happily delete all the files that are
missing from the scan file. Make sure we have written a good scan file before
renaming.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/usr.sbin/sup/source/scan.c

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