Subject: CVS commit: basesrc/bin/ln
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/31/2002 00:52:12
Module Name: basesrc
Committed By: kleink
Date: Wed Oct 30 22:52:11 UTC 2002
Modified Files:
basesrc/bin/ln: ln.c
Log Message:
Revert rev. 1.16, as per PR kern/17411.
While a hard link to a symbolic link is not ruled out by POSIX-2001,
the ln(1) utility (sans -s) is to perform equivalent to the link(2)
function on its operands, which includes the resolution of symbolic
links in source_file arguments.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/bin/ln/ln.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.