summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNadav Har'El <nyh@math.technion.ac.il>2011-01-11 07:53:07 -0700
committerEric Blake <eblake@redhat.com>2011-01-11 11:48:53 -0700
commit731f957965a6ad48deb6522ff87bcf52b1e523e4 (patch)
treef61137e91c48b504d6ab47e4b06a2f799912d22d /NEWS
parentdb1034ddaf93682426600cbf6cd8cb40568c999a (diff)
downloadcoreutils-731f957965a6ad48deb6522ff87bcf52b1e523e4.tar.xz
rm: ignore errno related to invalid file names
* src/remove.c (nonexistent_file_errno): Also skip EINVAL and EILSEQ, for at least smbfs rejection of '*' in file names. * NEWS: Mention the fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a70243b2..9ccad63a3 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ GNU coreutils NEWS -*- outline -*-
argument following the one containing the moved sub-tree.
[bug introduced in coreutils-5.1.0]
+ rm -f no longer fails for EINVAL or EILSEQ on file systems that
+ reject file names invalid for that file system.
+
* Noteworthy changes in release 8.9 (2011-01-04) [stable]