From: Jim Meyering Date: Tue, 23 Jul 2002 19:42:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_11^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43343c2793d1aece2d7ae0c4babd3f3b6b87ef9b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 184532818c..16ab3010e7 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.