diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-03 12:13:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-03 12:13:31 +0000 |
commit | ab171ee6b54986f31a62a6eef11c5daa3dd3ff05 (patch) | |
tree | 114843ee7fa9be3b179613df1ee6cfaaa5788e65 | |
parent | c86d0a7a45782c6749db435f819b2b7578f8de86 (diff) | |
download | coreutils-ab171ee6b54986f31a62a6eef11c5daa3dd3ff05.tar.xz |
*** empty log message ***
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -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 diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 300b2b680..084fe3866 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 |