From: Jim Meyering Date: Sat, 13 Jan 2001 15:56:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_36~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=896a20a2a9810399d26b30008cd13197a2a8ab0b;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index eeb678d..2033262 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,12 @@ * Version 4.0.36. + * src/copy.c (same_file_ok): When moving a symlink onto itself, + don't remove the symlink. Reported by David Luyer as Debian bug#82089, + via Michael Stone. + * tests/mv/into-self-4: New test for the above. + * tests/mv/Makefile.am (TESTS): Add into-self-4. + * tests/chmod/setgid: If `chmod g+s d' fails, then try to chgrp to a group of which we're a member, then try the chmod again.