]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 22 Dec 2005 15:43:25 +0000 (15:43 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Dec 2005 15:43:25 +0000 (15:43 +0000)
ChangeLog

index 4ece7f148896d52fc2775c33881641ca4aa217c3..9df87dc498c2b66e7f7743dc0bb76151518ea817 100644 (file)
--- 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.