]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 3 Jul 1997 12:13:31 +0000 (12:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 3 Jul 1997 12:13:31 +0000 (12:13 +0000)
THANKS
old/fileutils/ChangeLog

diff --git a/THANKS b/THANKS
index a81bf097fa5ad222d47225cdf7c7783004e6de96..da2d594e9ed5e99b3a864e67193fd50294b756fd 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -4,6 +4,7 @@ The rest of the addresses are still in the ChangeLog.
 Andreas Schwab: schwab@issan.informatik.uni-dortmund.de
 Arne Henrik Juul: arnej@imf.unit.no
 Bauke Jan Douma: bjdouma@xs4all.nl
+Bengt Martensson: bengt@mathematik.uni-Bremen.de
 Charles Karney: karney@pppl.gov
 Eirik Fuller: eirik@netcom.com
 Emile LeBlanc: leblanc@math.toronto.edu
index 300b2b680cc2351752012a0b3ac9e600a5aeac00..084fe386696a89a193bb19cacdfb18425a366a1a 100644 (file)
@@ -1,3 +1,13 @@
+1997-07-03  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * src/mv.c (apply_attributes): New function.
+       (copy_reg): Use apply_attributes instead of open-coding the pieces.
+       Now, failure to preserve file attributes does not cause mv to change
+       its exit status, and such failures elicit warning diagnostics.  This
+       behavior is required by POSIX.  Before, failure to preserve ownership
+       due to insufficient access was diagnosed only for root.
+       Prompted by a report from Bengt Martensson.
+
 Tue Jul  1 06:42:17 1997  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * lib/makepath.c (make_path): Reorder stat-then-mkdir-if-missing