From: Jim Meyering Date: Tue, 3 Oct 2006 22:07:36 +0000 (+0000) Subject: * NEWS: Update here, too. X-Git-Tag: COREUTILS-6_4~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d4ac49f9db4c81c07e6bfec6c3bfe039901af19;p=thirdparty%2Fcoreutils.git * NEWS: Update here, too. --- diff --git a/ChangeLog b/ChangeLog index e777de63a1..aa8190f48d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ in spite of such an errno value. * tests/rm/Makefile.am (TESTS): Remove ignore-name-too-long. * tests/rm/ignore-name-too-long: Remove file. + * NEWS: Update here, too. 2006-10-03 Jim Meyering diff --git a/NEWS b/NEWS index 0129fc2a1c..57e7ebe03d 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes - With --force (-f), rm no longer fails for ENOTDIR or ENAMETOOLONG. + With --force (-f), rm no longer fails for ENOTDIR. For example, "rm -f existing-non-directory/anything" now exits successfully, ignoring the error about a nonexistent file.