From: Jim Meyering Date: Sun, 22 Oct 2006 16:59:58 +0000 (+0200) Subject: * NEWS: (cp --backup fix): Fix a typo. X-Git-Tag: COREUTILS-6_4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1289b87167495b1f36eff107e9eb2af33b067ab;p=thirdparty%2Fcoreutils.git * NEWS: (cp --backup fix): Fix a typo. --- diff --git a/ChangeLog b/ChangeLog index 9069623dde..918892b734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-21 Jim Meyering + * NEWS: (cp --backup fix): Fix a typo. + * .gitignore: Remove some references to files in subdirectories. * build-aux/.gitignore, doc/.gitignore, lib/.gitignore: New files. * m4/.gitignore, po/.gitignore, src/.gitignore: Likewise. diff --git a/NEWS b/NEWS index 5959960dde..215d0fee06 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ GNU coreutils NEWS -*- outline -*- --from=o:g (chown only). This bug was introduced with the switch to gnulib's openat-based variant of fts, for coreutils-6.0. - cp --backup dir1 dir2, would rename an existing dir1/dir2 to dir1/dir2~. + cp --backup dir1 dir2, would rename an existing dir2/dir1 to dir2/dir1~. This bug was introduced in coreutils-6.0. With --force (-f), rm no longer fails for ENOTDIR.