From: Jim Meyering Date: Sat, 18 Nov 2006 19:19:16 +0000 (+0100) Subject: "ln --backup f f" now produces a sensible diagnostic X-Git-Tag: COREUTILS-6_5~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1efc5bda6cacd968016191769ea7c2fbe75a6de9;p=thirdparty%2Fcoreutils.git "ln --backup f f" now produces a sensible diagnostic --- diff --git a/ChangeLog b/ChangeLog index 865254e208..29ec5adc34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ (do_link): Rename local: s/lstat_ok/dest_lstat_ok/. * tests/ln/Makefile.am (TESTS): Add hard-backup. * tests/ln/hard-backup: New test for the above. + * NEWS: Mention this fix. 2006-11-16 Paul Eggert diff --git a/NEWS b/NEWS index 761afcb1fa..74956e09a4 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ GNU coreutils NEWS -*- outline -*- or newer). This bug was introduced with the switch to gnulib's openat-based variant of fts, for coreutils-6.0. + "ln --backup f f" now produces a sensible diagnostic + ** New features rm accepts a new option: --one-file-system