]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 4 Jul 2002 12:06:18 +0000 (12:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Jul 2002 12:06:18 +0000 (12:06 +0000)
old/fileutils/ChangeLog

index 2cbad2e123058a7c452ba09023f31963ce059856..cfbd87b21a5f527b8d9cb2ad8296ddc736abc546 100644 (file)
@@ -1,7 +1,15 @@
-2002-07-03  Jim Meyering  <meyering@lucent.com>
+2002-07-04  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.10.
 
+       * src/remove.c (prompt): Fix test for write-protectedness to also
+       check errno == EACCES.  Otherwise, `rm dangling-symlink' would
+       mistakenly prompt.
+       * tests/rm/Makefile.am (TESTS): Add dangling-symlink.
+       * tests/rm/dangling-symlink: New file/test, for the above fix.
+
+2002-07-03  Jim Meyering  <meyering@lucent.com>
+
        * src/stat.c (usage): Rename --link/-l to --dereference/-L.
        Describe --secure.
        Describe --format.