diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-29 15:37:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-29 15:37:00 +0000 |
commit | aeb6f5e5f315f3f7c8381d5fe333626d5e304c67 (patch) | |
tree | 71b17339cb02d6e49a9fc316a6e48588af7dc947 | |
parent | f055dbe669c8c18d4999756ebf7cdd0df48e113b (diff) | |
download | coreutils-aeb6f5e5f315f3f7c8381d5fe333626d5e304c67.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 80ceacd80..f2d0d8259 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,7 @@ Changes in release 4.01: [4.0.29] * ls.c wouldn't compile on some systems: fix it +* `cp -R --parents dir1/ dir2' failed on NetBSD, due to a portability problem [4.0.28] * ls is much more efficient on systems (e.g., linux-2.4.*) that store file type information in directory entries. |