*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 9 Sep 2000 07:32:43 +0000 (07:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Sep 2000 07:32:43 +0000 (07:32 +0000)
old/fileutils/ChangeLog

index e826dec73aee4afb4d70d2a0ae978a0c099ecfd2..491aef1862f130f51738be09061917883f6905c9 100644 (file)
@@ -1,3 +1,18 @@
+2000-09-09  Jim Meyering  <meyering@lucent.com>
+
+       * src/copy.c (SAME_OWNER, SAME_GROUP, SAME_OWNER_AND_GROUP): Define.
+       (copy_internal): Avoid calling chown if we know it's not necessary.
+
+       * src/copy.c (copy_internal): Call chmod also if we've made the
+       preceding chown call and we're supposed to preserve some special
+       permission bit(s) that would have been reset by chown.
+       Reported by Greg Louis.
+
+2000-09-08  Jim Meyering  <meyering@lucent.com>
+
+       * src/mkdir.c (S_IRWXUGO): Remove definition.
+       * src/sys2.h (S_IRWXUGO): Define here, instead.
+
 2000-09-07  Jim Meyering  <meyering@lucent.com>
 
        * doc/texinfo.tex: Update from master repository.