diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-15 21:31:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-15 21:31:09 +0000 |
commit | c0aad8bb11ab79a4949e0ba0375b5ef0acf73630 (patch) | |
tree | c75eef4cdd1b0b43fc84445ecb17df391d2b405b /old | |
parent | 4c8c36c325c9b8436b1c993780bc8bbe44045640 (diff) | |
download | coreutils-c0aad8bb11ab79a4949e0ba0375b5ef0acf73630.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a1aa0eb9e..fd81c76ba 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,17 @@ 2001-09-15 Jim Meyering <meyering@lucent.com> + * 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. |