summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOndřej Vašík <ovasik@redhat.com>2009-04-17 11:00:35 +0200
committerJim Meyering <meyering@redhat.com>2009-04-27 13:26:03 +0200
commit941bd48235cceceb4f1c072e06a4bedd14b5e0b5 (patch)
tree451b347a717451d8c520e08bd121888b5afd82cb /NEWS
parent819ee4272b927877317699afd0c06c1f33935e04 (diff)
downloadcoreutils-941bd48235cceceb4f1c072e06a4bedd14b5e0b5.tar.xz
mv: ignore xattr-preservation failure when not supported by filesystem
*src/copy.c: Do not warn about xattr-preservation failure when xattrs are not supported and preservation of xattrs is not explicitly required. Reported by Eric Sandeen in http://bugzilla.redhat.com/496142
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8cb17cc62..c537432e3 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ GNU coreutils NEWS -*- outline -*-
ls -v and sort -V now order names like "#.b#" properly
+ mv: do not print diagnostics when failing to preserve xattr's on file
+ systems without xattr support.
+
** Changes in behavior
shred, sort, shuf: now use an internal pseudorandom generator by default.