diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-12 10:56:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-12 10:56:23 +0000 |
commit | 557af8f47e8495519ad279a14a5c99d0bd8f7522 (patch) | |
tree | f44611de41724c8b9f4e74c43d5acb883ea21b8c /old | |
parent | 987955f7c50599e16e86fc3c6ea121621c27070a (diff) | |
download | coreutils-557af8f47e8495519ad279a14a5c99d0bd8f7522.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index bded36efe..9a82f0e9e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,8 +1,9 @@ Changes in release 4.1: [4.0j] +* rm no longer dumps core after warning about directory cycles * mv now refuses to move a file onto a symlink to itself when that symlink is on a separate partition. Before, it would remove the file and leave - the symlink. + only the symlink. * `install -d -g foo 1/2' now sets the `group' of the final component as well as that of the leading one. * under certain conditions, chgrp would fail to affect files referenced |