summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-27 13:38:42 +0000
committerJim Meyering <jim@meyering.net>1998-07-27 13:38:42 +0000
commit7d63d3c63582c3e8e0e0f90d6bea282c1bf6bd13 (patch)
treed48e59d07ad076237667426ae84fb8be55fd1f8b /old
parent08d53c4c6ae6580574ab3b02d6d92f7c8087bbe8 (diff)
downloadcoreutils-7d63d3c63582c3e8e0e0f90d6bea282c1bf6bd13.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index dee9866dd..15868a8d8 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,17 @@
+1998-07-27 Jim Meyering <meyering@ascend.com>
+
+ * tests/install/Makefile.am (TESTS_ENVIRONMENT): Set LS, MKDIR, and RM.
+
+ * tests/install/basic-1: Add a test for this.
+ * src/install.c: Make copy create each destination file initially
+ with mode 0600 so strip will work, then apply specified mode.
+ Arne Henrik Juul reported that `./ginstall -s -c -m 555 dd /tmp' failed.
+
1998-07-25 Jim Meyering <meyering@ascend.com>
+ * src/mv.c (chown): Remove unused definition.
+ Reported by Kaveh Ghazi.
+
* src/rmdir.c (main): rmdir fails with EEXIST on some systems.
Handle that, so --ignore-fail-on-non-empty works.
(EEXIST): Define to zero if not defined.