diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-11 12:12:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-11 12:12:23 +0000 |
commit | 101ae141c6174f4971a1533ef2eb298ebb1de44a (patch) | |
tree | c15084a0c94321947f39237379e135feb104aa6c /old/fileutils/NEWS | |
parent | 375c13c6797797ae13558e788c4418bd8720b8cc (diff) | |
download | coreutils-101ae141c6174f4971a1533ef2eb298ebb1de44a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index acfccf23f..bded36efe 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,10 @@ Changes in release 4.1: [4.0j] +* 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. +* `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 through symlinks. Now it does. * ln now makes hard links to symlinks on systems that support it. |