diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-11 08:40:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-11 08:40:21 +0000 |
commit | 322f7b0971dea6ce6bc594abdc7f9430eb02d08e (patch) | |
tree | 0c7b111d68857dbed72658df59c0277af34a8bad /old/fileutils | |
parent | a320eee15855e557ce07c3d47cb262484b139846 (diff) | |
download | coreutils-322f7b0971dea6ce6bc594abdc7f9430eb02d08e.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-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. |