From: Jim Meyering Date: Thu, 22 Dec 2005 15:43:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1048 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bda1fc0aa41df53695bed55256066dd302a04fc8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4ece7f1488..9df87dc498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,9 +9,9 @@ * src/mkdir.c, src/mknod.c, src/mkfifo.c (main) Avoid a minor race condition when `-m MODE' is specified, by using - open, fchown, and close rather than just chown. To do that reliably - (even with an overly restrictive umask), ensure that each - mkdir/mknod/mkfifo call uses a mode including at least owner-read access. + open, fchown, and close rather than just chown. To do that reliably -- + even with an overly restrictive umask -- ensure that each mkdir, + mknod and mkfifo call uses a mode including at least owner-read access. * src/mknod.c (main): When `-m MODE' is specified, exit nonzero if the subsequent chown (or equivalent open,fchown,close) fails. * tests/misc/mknod: New tests.