From: Jim Meyering Date: Sat, 15 Sep 2001 21:31:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~95 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c0aad8bb11ab79a4949e0ba0375b5ef0acf73630;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a1aa0eb9e2..fd81c76ba2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,17 @@ 2001-09-15 Jim Meyering + * man/Makefile.summ: Remove file. + * man/Makefile.maint: Remove file. + + * man/ginstall.x: Remove. Renamed to ... + * man/install.x: ... this. New file. + * src/touch.c (EISDIR): Define to 0, if not already defined. (touch): Give a better diagnostic for e.g., `touch /' by non-root. Based on a patch from Michael Stone. Reported by Jeff Sheinberg as Debian bug #101677. * tests/touch/fail-diag: New test, for the above fix. + * tests/touch/Makefile.am (TESTS): Add fail-diag. * src/copy.c (copy_internal) [move_mode]: Support the new --reply=... option.