diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-30 09:39:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-30 09:39:52 +0000 |
commit | cc4722e802ef6b4582ea69a92e938e2301116c2e (patch) | |
tree | d385fb8e2a7b9a82d590f92e8e3322c842bd0d37 /old/fileutils | |
parent | f8e66794d9d9eec73710934d012ba8ccf5f0848e (diff) | |
download | coreutils-cc4722e802ef6b4582ea69a92e938e2301116c2e.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c1846df1f..e0f567738 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. @@ -13,6 +22,13 @@ 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. |