Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/24/1999 07:13:47
Module Name:	src
Committed By:	christos
Date:		Wed Mar 24 15:13:46 UTC 1999

Modified Files:
	src/usr.bin/xinstall: xinstall.c
Log Message:
Don't unlink the file first if we are renaming. We want to be as atomic as
possible, and this not only introduces time where the file is not valid,
but also breaks in the ld.so install where strip does not find ld.so, since
it has not been renamed yet.