diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-15 17:07:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-15 17:07:54 +0000 |
commit | 7161f22f6d9462195bb3d379fb9489c2c05f9452 (patch) | |
tree | cadb4e99c285a34434e1afd1c39c6ba0952aa413 /old/fileutils | |
parent | 7088e9294eb9303d8d90f39bf7178b08d4337fa2 (diff) | |
download | coreutils-7161f22f6d9462195bb3d379fb9489c2c05f9452.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f210c74d2..a1aa0eb9e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ 2001-09-15 Jim Meyering <meyering@lucent.com> + * 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. + * src/copy.c (copy_internal) [move_mode]: Support the new --reply=... option. (UNWRITABLE): Define (factored out of copy_internal). |