summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-20 13:44:20 +0000
committerJim Meyering <jim@meyering.net>1998-09-20 13:44:20 +0000
commitad37e45e20fe5a3e230b8e9125b88fcd7ae137c8 (patch)
treef0925b2406dd7ecccfeb0aa95f6473e9cda086cc /old
parent2b8279f893603de585d86c172c9737194ff18ead (diff)
downloadcoreutils-ad37e45e20fe5a3e230b8e9125b88fcd7ae137c8.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 5535fa993..481470c22 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,17 @@
-1998-09-19 Jim Meyering <meyering@ascend.com>
+1998-09-20 Jim Meyering <meyering@ascend.com>
* Version 3.16y.
+ * src/install.c (install_file_to_path) [-D]: Create any leading
+ directories with permissions of 0755.
+
+1998-09-19 Jim Meyering <meyering@ascend.com>
+
+ * src/install.c (install_file_to_path): Copy the file after creating
+ any leading directories.
+ (main) [case 'v']: Set `x.verbose' to 1, not 0.
+ Reported by Marty Leisner.
+
* man/Makefile.am (transform): Define.
(man_MANS): Include ginstall.1, not install.1, to match the name
of the executable in ../src.