]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 30 Sep 2000 09:50:23 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 30 Sep 2000 09:50:23 +0000 (09:50 +0000)
old/fileutils/ChangeLog

index e0f567738f78aeeff6dbe445d08b1a135ee4d4d0..962311896ea5b94a796ab74e3ca0e65b82d55c4c 100644 (file)
@@ -1,12 +1,3 @@
-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.
        * tests/mkdir/perm: New test.
        * tests/mkdir/Makefile.am (TESTS): Add perm.
 
+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-25  Jim Meyering  <meyering@lucent.com>
 
        * tests/cp/same-file: Don't use `diff -u'.  It's not portable.