From: Jim Meyering Date: Mon, 18 Oct 2004 08:58:55 +0000 (+0000) Subject: rm (and mv when moving between partitions) no longer fails when X-Git-Tag: v5.3.0~521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35abc478c609f847a7533796d0bafc98808396d5;p=thirdparty%2Fcoreutils.git rm (and mv when moving between partitions) no longer fails when operating on too many command-line-specified nonempty directories. --- diff --git a/NEWS b/NEWS index bace261f6a..c195a88dbd 100644 --- a/NEWS +++ b/NEWS @@ -92,6 +92,9 @@ GNU coreutils NEWS -*- outline -*- ptx now diagnoses invalid values for its --width=N (-w) and --gap-size=N (-g) options. + rm (and mv when moving between partitions) no longer fails when + operating on too many command-line-specified nonempty directories. + rm (without -f) no longer hangs when attempting to remove a symlink to a file on an off-line NFS-mounted partition.