From: Jim Meyering Date: Thu, 11 Dec 1997 08:40:21 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16g~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322f7b0971dea6ce6bc594abdc7f9430eb02d08e;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 505ac1bdda..407df5f604 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +1997-12-11 Jim Meyering + + * src/ln.c (do_link): Don't require --force when target exists and + using --backup. This changes makes ln consistent with cp and mv in + this respect. Suggestion from Eli Zaretskii. + 1997-12-06 Jim Meyering * src/du.c: Separate struct dcl and typedef.