diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-21 07:16:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-21 07:16:19 +0000 |
commit | 46775398f2575505d355a5fea93f87bb45f07937 (patch) | |
tree | 9076beb629871d5f8b2b2b15103e09947dbd9b7c /ChangeLog | |
parent | a75684d6ea835d6c5c92e494dd29cf3c65e6cb9c (diff) | |
download | coreutils-46775398f2575505d355a5fea93f87bb45f07937.tar.xz |
* src/copy.c (copy_internal): Add a comment saying why we prefer
mknod over mkfifo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-10-21 Jim Meyering <jim@meyering.net> + * src/copy.c (copy_internal): Add a comment saying why we prefer + mknod over mkfifo. + Enable an fts optimization (call lstat only for directories, on some file system types) also with the --preserve-root option of chown or chgrp. |