summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.