diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-22 19:30:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-22 19:30:36 +0000 |
commit | ce8d840e83648f6797afd22500cb927e8a09e97f (patch) | |
tree | 09a75e0d2028ad61691c988a5f0dd5c037d1bd0d /old | |
parent | 39da0cbc3ba99325d7ce043e19c37245ea341d66 (diff) | |
download | coreutils-ce8d840e83648f6797afd22500cb927e8a09e97f.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 087c4400d..e98e00b60 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,9 @@ 2000-09-22 Jim Meyering <meyering@lucent.com> - * src/install.c (cp_option_init): + * src/install.c (cp_option_init): Once again make it so install always + unlinks an existing destination before trying to open it for writing. + Otherwise, installing onto a running shared library would make the + running program malfunction. Reported by Dan Pascu via Michael Stone. * src/mv.c (do_move): Moving a directory specified with a trailing |