Subject: CVS commit: basesrc/usr.bin/xinstall
To: None <source-changes@netbsd.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 10/29/2001 02:25:45
Module Name:	basesrc
Committed By:	perry
Date:		Mon Oct 29 00:25:45 UTC 2001

Modified Files:
	basesrc/usr.bin/xinstall: xinstall.c

Log Message:
Do not attempt to stat the source if we are dealing with a link. We
aren't going to do anything with the information anyway and there is
error checking later anyway.
We can now succeed in creating symlinks to locations that don't exist,
just as ln -s will let us do, and we can use install instead of ln -s
in several Makefiles. The code was written with the obvious intent to
let you do this but apparently it was never tested.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 basesrc/usr.bin/xinstall/xinstall.c

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