summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-13 15:56:33 +0000
committerJim Meyering <jim@meyering.net>2001-01-13 15:56:33 +0000
commit896a20a2a9810399d26b30008cd13197a2a8ab0b (patch)
tree5698a283351664a6de53cd43c74ca9fe72710b91 /old/fileutils
parent455ce0178b2eba7fd1657a9aedcc047e23cc795a (diff)
downloadcoreutils-896a20a2a9810399d26b30008cd13197a2a8ab0b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index eeb678d65..2033262b2 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.