From: Jim Meyering Date: Sat, 29 Jun 1996 03:58:52 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12o~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50cdbb37c8d5871840a8abed46129bbda286946e;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index abf72e6b82..dc0ba185a9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 28 22:56:00 1996 Jim Meyering + + * src/ln.c (do_link): Allow `ln -sf --backup k k' to succeed in + creating the self-referential symlink, doing so doesn't remove the + source but merely renames it. + Wed Jun 26 06:58:58 1996 Jim Meyering * ln.c (same_name): New function.