*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 30 Sep 2000 09:39:52 +0000 (09:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 30 Sep 2000 09:39:52 +0000 (09:39 +0000)
old/fileutils/ChangeLog

index c1846df..e0f5677 100644 (file)
@@ -1,3 +1,12 @@
+2000-08-17  Andreas Gruenbacher  <ag@bestbits.at>
+
+       * src/chmod.c (change_file_mode): Perform the chmod even if the
+       file mode permission bits are the same as those that should be set.
+       Omitting the chmod call would be alright with minimal 1003.1e DS17
+       ACLs, but eventually there will be other permissions in addition to
+       rwx.  E.g., add and delete for directories, and something analogous
+       to NT's take ownership permission.
+
 2000-09-30  Jim Meyering  <meyering@lucent.com>
 
        * tests/du/two-args: Update to use newer template.
        when the containing directory has a default ACL.
        Patch by Andreas Gruenbacher.
        (main): Rename local `symbolic_mode' to `specified_mode'.
+       * src/mknod.c (main): Likewise (but `call mknod', not mkdir).
+       Also, when MODE is specified, call chmod to ensure that the
+       permission bits are set as specified even when the containing
+       directory has a default ACL.
+       Patch by Andreas Gruenbacher.
+       * src/mkfifo.c (main): Likewise (but `call mkfifo', not mkdir).
+       Patch by Andreas Gruenbacher.
 
        * tests/mkdir/perm: New test.
        * tests/mkdir/Makefile.am (TESTS): Add perm.