diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-02 14:22:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-02 14:22:50 +0000 |
commit | 4fdadc2de6cb7626aae44a9a9d7d7eff1e741823 (patch) | |
tree | 429df2a8f3b39df17f57ecd95235867c081313e4 /old/fileutils/NEWS | |
parent | 701b698712acbc4655ea8288c54c56b069f21592 (diff) | |
download | coreutils-4fdadc2de6cb7626aae44a9a9d7d7eff1e741823.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 8b89a0391..66fb001e9 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -3,6 +3,8 @@ 64-bit systems) * mv now prompts before overwriting an existing, unwritable destination file when stdin is a tty, unless --force (-f) is specified, as per POSIX. +* mv: fix the bug whereby `mv -uf source dest' would delete source, + even though it's older than dest. * cp now ensures that the set-user-ID and set-group-ID bits are cleared for the destination file when when copying and not preserving permissions. * `ln -f --backup k k' gives a clearer diagnostic |