summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-23 19:42:32 +0000
committerJim Meyering <jim@meyering.net>2002-07-23 19:42:32 +0000
commit43343c2793d1aece2d7ae0c4babd3f3b6b87ef9b (patch)
treebef6550f0a0538fc61ff5de706a6149279643a58 /old/fileutils/ChangeLog
parent68aff85110270ac902a84e907f1e6a3fe64a18d9 (diff)
downloadcoreutils-43343c2793d1aece2d7ae0c4babd3f3b6b87ef9b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 184532818..16ab3010e 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -14,7 +14,7 @@
* tests/rm/fail-eperm: Handle the case in which rm produces no output.
- rm would prompt for non-dangling symlinks
+ rm would prompt for a symlink to an unwritable file
* src/remove.c (prompt): When not interactive, don't prompt
for a symlink. Reported by Dave Beckett. Patch by Michael Stone.
* tests/rm/dangling-symlink: Add a test for the above-fixed bug.