From: Jim Meyering Date: Mon, 27 Jul 1998 13:38:42 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16t~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d63d3c63582c3e8e0e0f90d6bea282c1bf6bd13;p=thirdparty%2Fcoreutils.git . --- 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.