diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-30 11:58:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-30 11:58:17 +0000 |
commit | 5681a0705f7dfd5799aed169d3995ef86e65c407 (patch) | |
tree | 193f25d6614dc677a4dcd7d415cde656a2692163 /old/fileutils | |
parent | 04f6bb2648d369e50dc999d2573c82e8113fce40 (diff) | |
download | coreutils-5681a0705f7dfd5799aed169d3995ef86e65c407.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 962311896..7184a88bc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -29,7 +29,7 @@ * 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 + ACLs, but eventually there may be other permissions in addition to rwx. E.g., add and delete for directories, and something analogous to NT's take ownership permission. |