diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-01 14:09:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-01 14:09:19 +0000 |
commit | 624dd54796656c89a82d359bebc42774f5e90549 (patch) | |
tree | 354b8633ec26e5b22eec2388047c997d8edd293f /old/fileutils | |
parent | ef34c8704c99dbe54b0f7a7fabbc3d1c9ca9b16c (diff) | |
download | coreutils-624dd54796656c89a82d359bebc42774f5e90549.tar.xz |
(change_attributes): Don't remove the destination file upon failure.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index fa2110589..e74e52ed7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,8 @@ +2000-05-01 Jim Meyering <meyering@lucent.com> + + * src/install.c (change_attributes): Don't even attempt the chmod + if the chown fails. Reported by Marc Olzheim. + 2000-04-30 Jim Meyering <meyering@lucent.com> * src/touch.c (O_NOCTTY): Define if not defined already. |