diff options
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 505ac1bdd..407df5f60 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +1997-12-11 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * src/du.c: Separate struct dcl and typedef. |