Subject: CVS commit: [netbsd-3] src/usr.bin/xinstall
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/11/2005 17:57:49
Module Name:	src
Committed By:	tron
Date:		Wed May 11 17:57:49 UTC 2005

Modified Files:
	src/usr.bin/xinstall [netbsd-3]: xinstall.c

Log Message:
Pull up revision 1.90 (requested by lukem in ticket #287):
When creating a relative symlink (-lr), use the originally provided `to_name'
to create and metalog, rather than using the realpath(3) modified version.
Fixes a problem with -lr when -ddestdir contains a symlink.
Add some XXX comments reminding us that the `from_name' in a symlink may
point outside of destdir in the metalog, even though our build process
doesn't trigger this.


To generate a diff of this commit:
cvs rdiff -r1.87.2.2 -r1.87.2.3 src/usr.bin/xinstall/xinstall.c

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