Subject: CVS commit: src/usr.bin/xinstall
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/10/2005 01:24:42
Module Name: src
Committed By: lukem
Date: Tue May 10 01:24:42 UTC 2005
Modified Files:
src/usr.bin/xinstall: xinstall.c
Log Message:
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.89 -r1.90 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.