Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 03/01/1999 10:57:29
Module Name: src
Committed By: mjl
Date: Mon Mar 1 18:57:29 UTC 1999
Modified Files:
src/bin/cp: cp.c utils.c
Log Message:
Correct behaviour in case of dangling symlinks: they would be (contrary
to what the manpage and POSIX say) copied as symlinks, even without -R.
Return ENOENT instead. Closes PR 6975 by Johan Danielsson <joda@pdc.kth.se>.
>From FreeBSD: return correct error message if source directory is
unreadable; remove unnecessarily included headers.