From: Jim Meyering Date: Sat, 4 Dec 1999 17:21:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0k~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28bac510d9faddfdb05c78563e3989e3a45a42bc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index dafff487fb..ca9e640bfe 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,8 @@ Changes in release 4.1: [4.0k] +* mv may now be used to move a file onto a symlink to itself when that + symlink is on a separate partition. With fileutils-4.0j, it would + fail with a diagnostic saying they were the same file. * touch would fail with the misleading diagnostic `no such file' when asked to create a file in an unwritable directory. Now it says something like `permission denied' or `read-only file system'.