mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
* src/copy.c (copy_internal): Don't pass mkdir a mode greater than
7777. This matches historical 'cp' behavior and avoids some (though not all) implementation-defined behavior of mkdir. * src/cp.c (make_dir_parents_private): Likewise. * src/copy.c (copy_internal): Don't pass 'open' a mode greater than 777. This is required by POSIX. It doesn't make any difference in actual behavior on any host that I know of.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2006-10-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* src/copy.c (copy_internal): Don't pass mkdir a mode greater than
|
||||
7777. This matches historical 'cp' behavior and avoids some
|
||||
(though not all) implementation-defined behavior of mkdir.
|
||||
* src/cp.c (make_dir_parents_private): Likewise.
|
||||
* src/copy.c (copy_internal): Don't pass 'open' a mode greater
|
||||
than 777. This is required by POSIX. It doesn't make any difference
|
||||
in actual behavior on any host that I know of.
|
||||
|
||||
2006-10-17 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* src/dd.c (usage): Use two spaces (not one) to separate the
|
||||
|
||||
Reference in New Issue
Block a user