summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-30 09:08:51 +0200
committerJim Meyering <meyering@redhat.com>2008-05-30 09:08:51 +0200
commit6c9b50532965ef84536b2dcfc4578fbaf9ec38d8 (patch)
tree8bf2cb8cebc991e399ec2ce03c91462a2049b542 /NEWS
parent9f678af5f3afc245c93d13a1af624c6050c3b3b6 (diff)
downloadcoreutils-6c9b50532965ef84536b2dcfc4578fbaf9ec38d8.tar.xz
NEWS: mention that cp -p copies permissions more portably
Based on wording suggested by Bruno Haible.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8cee7f5fa..833112aa7 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ GNU coreutils NEWS -*- outline -*-
chcon, runcon: --help output now includes the bug-reporting address
+ cp -p copies permissions more portably. For example, on MacOS X 10.5,
+ "cp -p some-fifo some-file" no longer fails while trying to copy the
+ permissions from the some-fifo argument.
+
id with no options now prints the SELinux context only when invoked
with no USERNAME argument.