diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-18 20:19:16 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-18 20:19:16 +0100 |
commit | 1efc5bda6cacd968016191769ea7c2fbe75a6de9 (patch) | |
tree | 32a968d25be44a7e9ed7ee1bd1a09aa46f8bc6bb | |
parent | 0cafba44bbef7c5eb64979544a1ec95a389ec55f (diff) | |
download | coreutils-1efc5bda6cacd968016191769ea7c2fbe75a6de9.tar.xz |
"ln --backup f f" now produces a sensible diagnostic
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 <eggert@cs.ucla.edu> @@ -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 |