summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-10-18 22:33:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-10-18 22:33:06 +0000
commit81afea011033c0389ff03cfd4cc968f0b0cefaf0 (patch)
tree1c88f29da1fbe5196cf2e0bb55e52def7f5de80c /ChangeLog
parent7bc17873e5e304ea50842aa1908caeb24685e949 (diff)
downloadcoreutils-81afea011033c0389ff03cfd4cc968f0b0cefaf0.tar.xz
* src/copy.c (copy_internal): Use mknod rather than mkfifo to copy
a fifo. This preserves the special mode bits on Solaris 10, which is compatible with what Solaris 10 cp -R does.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aabf939f..86e7d849b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-10-18 Paul Eggert <eggert@cs.ucla.edu>
+ * src/copy.c (copy_internal): Use mknod rather than mkfifo to copy
+ a fifo. This preserves the special mode bits on Solaris 10, which
+ is compatible with what Solaris 10 cp -R does.
+
* src/copy.c (copy_internal): Remove redundant and confusing local
variable src_type.