From 7d63d3c63582c3e8e0e0f90d6bea282c1bf6bd13 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Jul 1998 13:38:42 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index dee9866dd1..15868a8d8e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,17 @@ +1998-07-27 Jim Meyering + + * 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 + * 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. -- 2.47.3