1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-04 08:46:43 +02:00
Files
coreutils/src
Jim Meyering 4c7979f7c2 Make `cp --link --no-dereference' work also on systems where the
link system call cannot create a hard link to a symbolic link.

(copy_internal) [LINK_FOLLOWS_SYMLINKS]: Don't use
the link syscall on a symlink when it would do the wrong thing.
Based on the patch by Aurelien Jarno: <http://bugs.debian.org/329451>
2006-06-03 09:04:22 +00:00
..