projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f678af
)
NEWS: mention that cp -p copies permissions more portably
author
Jim Meyering
<meyering@redhat.com>
Fri, 30 May 2008 07:08:51 +0000
(09:08 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 30 May 2008 07:08:51 +0000
(09:08 +0200)
Based on wording suggested by Bruno Haible.
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 8cee7f5fa7032a8bb0417e69b55df75e5c3b5dc6..833112aa7ecefc68d7a3eb4d32ce2a67cfa6dbee 100644
(file)
--- 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.